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


IIndexesEdit.DeleteIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IIndexesEdit.DeleteIndex Method

Delete an index from the indexes collection.

[Visual Basic .NET]
Public Sub DeleteIndex ( _
    ByVal Index As IIndex _
)
[C#]
public void DeleteIndex (
    IIndex Index
);
[C++]
HRESULT DeleteIndex(
  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