This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClass Interface > IClass.DeleteIndex Method (ArcObjects .NET 10.5 SDK) |
Deletes an index from this object class.
[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
Prior to deleting an index from a class, an exclusive schema lock should be obtained using the ISchemaLock interface.