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


IArcInfoTable.DeleteIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoTable Interface > IArcInfoTable.DeleteIndex Method
ArcGIS Developer Help

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