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


IFeatureClassSpatialIndex.DeleteSpatialIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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