ArcObjects Library Reference (TrackingAnalyst)  

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. Requires Tracking Analyst Extension.

See Also

ITxFeatureClass Interface