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


IMosaicFunction.RasterFieldIndex Property (ArcObjects .NET 10.6 SDK)
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(
  System.Int32* 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