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