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


IIndexesEdit.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 > IIndexesEdit Interface > IIndexesEdit.Index Property
ArcGIS Developer Help

IIndexesEdit.Index Property

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*

Product Availability

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

See Also

IIndexesEdit Interface