ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.MinCellsizeFieldIndex Property

The minimum cellsize field index.

[Visual Basic .NET]
Public ReadOnly Property MinCellsizeFieldIndex As Integer
[C#]
public int MinCellsizeFieldIndex {get;}
[C++]
HRESULT get_MinCellsizeFieldIndex(
  long* pMinCellsizeFieldIndex
);
[C++]

Parameters

pMinCellsizeFieldIndex [out, retval]   pMinCellsizeFieldIndex is a parameter of type long

Product Availability

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

See Also

IMosaicFunction Interface