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


IIndexes.Index Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexes Interface > IIndexes.Index Property
ArcGIS Developer Help

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