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