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


ITimeControl.Play Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.Play Method

Starts playback of data on the map.

[Visual Basic .NET]
Public Sub Play ( _
    ByVal enumDir As enumDirection _
)
[C#]
public void Play (
    enumDirection enumDir
);
[C++]
HRESULT Play(
  enumDirection enumDir
);
[C++]

Parameters enumDir
enumDir is a parameter of type enumDirection

Product Availability

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

See Also

ITimeControl Interface

.NET Snippets

TimeControl Playback