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


ITimeControl.RemoveAllTemporalReferences Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.RemoveAllTemporalReferences Method

Removes all playback window boundaries from the data during playback. Playback window will be determined by the temporal extent of the data.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface