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


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

IPlugInIndexManager.DeleteIndex Method

Deletes an index from the dataset.

[Visual Basic .NET]
Public Sub DeleteIndex ( _
    ByVal ClassIndex As Integer, _
    ByVal Index As IIndex _
)
[C#]
public void DeleteIndex (
    int ClassIndex,
    IIndex Index
);
[C++]
HRESULT DeleteIndex(
  long ClassIndex,
  IIndex* Index
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long Index [in]
Index is a parameter of type IIndex

Product Availability

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

See Also

IPlugInIndexManager Interface