This document is archived and information here might be outdated.  Recommended version.


IMosaicFunction.MaxCellsizeFieldName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.MaxCellsizeFieldName Property

The maximum cellsize field name.

[Visual Basic .NET]
Public Property MaxCellsizeFieldName As String
[C#]
public string MaxCellsizeFieldName {get; set;}
[C++]
HRESULT get_MaxCellsizeFieldName(
  System.String* pMaxCellsizeFieldName
);
[C++]
HRESULT put_MaxCellsizeFieldName(
  BSTR pMaxCellsizeFieldName
);
[C++]

Parameters pMaxCellsizeFieldName [out, retval]
pMaxCellsizeFieldName is a parameter of type BSTR* pMaxCellsizeFieldName [in]
pMaxCellsizeFieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicFunction Interface