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


ITxFeatureClass.RebuildIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxFeatureClass Interface > ITxFeatureClass.RebuildIndex Method
ArcGIS Developer Help

ITxFeatureClass.RebuildIndex Method

Re-build the temporal index and cache, according to the ITxFeatureClass properties.

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

Product Availability

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

See Also

ITxFeatureClass Interface