This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexes Interface > IIndexes.Index Property (ArcObjects .NET 10.4 SDK) |
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