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


IObjectClass2.RebuildSpatialIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjectClass2.RebuildSpatialIndex Method

Rebuild the spatial index of this object class.

[Visual Basic .NET]
Public Sub RebuildSpatialIndex ( _
    ByVal Index As IIndex _
)
[C#]
public void RebuildSpatialIndex (
    IIndex Index
);
[C++]
HRESULT RebuildSpatialIndex(
  IIndex* Index
);
[C++]

Parameters Index [in]
Index is a parameter of type IIndex

Product Availability

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

See Also

IObjectClass2 Interface