This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexesEdit Interface > IIndexesEdit.Index Property (ArcObjects .NET 10.5 SDK) |
The index at the specified position.
[Visual Basic .NET] Public Sub set_Index ( _ ByVal pos As Integer, _ ByVal A_2 As IIndex _ )
[C#] public void set_Index ( int pos, IIndex A_2 );
[C++]
HRESULT putref_Index(
long pos,
IIndex*
);
[C++]
Parameters pos [in] pos is a parameter of type long [in]
is a parameter of type IIndex