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


IIndexes.Index Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

Creating indexes | Working with indexes