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


IArcInfoTable.DeleteIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoTable.DeleteIndex Method

Deletes an Index from the specified Item.

[Visual Basic .NET]
Public Sub DeleteIndex ( _
    ByVal itemName As String _
)
[C#]
public void DeleteIndex (
    string itemName
);
[C++]
HRESULT DeleteIndex(
  BSTR itemName
);
[C++]

Parameters itemName [in] itemName is a parameter of type BSTR

Product Availability

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

See Also

IArcInfoTable Interface