ArcObjects Library Reference (GeoDatabase)  

IRasterCatalog.RasterFieldIndex Property

The index of the default Raster field.

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

Parameters

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

Product Availability

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

See Also

IRasterCatalog Interface