ArcObjects Library Reference (GeoDatabase)  

IRasterCatalog.NameFieldIndex Property

The index of Name field.

[Visual Basic .NET]
Public ReadOnly Property NameFieldIndex As Integer
[C#]
public int NameFieldIndex {get;}
[C++]
HRESULT get_NameFieldIndex(
  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