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


IMosaicFunction.RasterFieldIndex 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.RasterFieldIndex Property
ArcGIS Developer Help

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