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


IRebuildIndexes Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRebuildIndexes Interface
ArcGIS Developer Help

IRebuildIndexes Interface

Provides access to members that rebuild dataset indexes.

Product Availability

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

Members

Name Description
Method RebuildIndexes Rebuild databases indexes of the dataset.

Classes that implement IRebuildIndexes

Classes Description

Remarks

Rebuilds all indexes on the feature class, table or feature classes contained by a feature dataset. If True is passed only the delta tables associated with versioned object(s) will have their indexes rebuilt. If the object is not registered as versioned no work will be done. If False is passed the delta tables and the business table will have their indexes rebuilt.