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


IFeatureClassSpatialIndex.DeleteSpatialIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassSpatialIndex Interface > IFeatureClassSpatialIndex.DeleteSpatialIndex Method
ArcGIS Developer Help

IFeatureClassSpatialIndex.DeleteSpatialIndex Method

Deletes the spatial index for a feature class.

[Visual Basic .NET]
Public Sub DeleteSpatialIndex ( _
)
[C#]
public void DeleteSpatialIndex (
);
[C++]
HRESULT DeleteSpatialIndex(
void
);

Product Availability

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

See Also

IFeatureClassSpatialIndex Interface