ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.RasterFieldIndex Property

The raster field index.

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

Parameters

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

Product Availability

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

See Also

IMosaicFunction Interface