ArcObjects Library Reference (GeoDatabase)  

IIndexes.Index Property

The index at the specified position in the indexes collection.

[Visual Basic .NET]
Public Function get_Index ( _
    ByVal pos As Integer _
) As IIndex
[C#]
public IIndex get_Index (
    int pos
);
[C++]
HRESULT get_Index(
  long pos,
  IIndex** Index
);
[C++]

Parameters

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

  Index is a parameter of type IIndex

Product Availability

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

See Also

IIndexes Interface