ArcObjects Library Reference (GeoDatabase)  

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