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


IMosaicFunction.MaxCellsizeFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.MaxCellsizeFieldIndex Property
ArcGIS Developer Help

IMosaicFunction.MaxCellsizeFieldIndex Property

The maximum cellsize field index.

[Visual Basic .NET]
Public ReadOnly Property MaxCellsizeFieldIndex As Integer
[C#]
public int MaxCellsizeFieldIndex {get;}
[C++]
HRESULT get_MaxCellsizeFieldIndex(
  System.Int32* pMaxCellsizeFieldIndex
);
[C++]
Parameters
pMaxCellsizeFieldIndex [out, retval]

pMaxCellsizeFieldIndex is a parameter of type long*

Product Availability

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

See Also

IMosaicFunction Interface