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


ITxFeatureClass.RebuildIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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