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


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

ITimeControl.Stop Method

Stops playback of data on the map.

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

Product Availability

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

See Also

ITimeControl Interface