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