ArcObjects Library Reference (GeoDatabase)  

IIndexesEdit.AddIndex Method

Add an index to the indexes collection.

[Visual Basic .NET]
Public Sub AddIndex ( _
    ByVal Index As IIndex _
)
[C#]
public void AddIndex (
    IIndex Index
);
[C++]
HRESULT AddIndex(
  IIndex* Index
);
[C++]

Parameters

Index [in]

  Index is a parameter of type IIndex

Product Availability

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

See Also

IIndexesEdit Interface