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


ITimeControl.PlayContinously Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.PlayContinously Property

Indicates whether the Continuous Loop check box is activated, to replay the data repeatedly.

[Visual Basic .NET]
Public Property PlayContinously As Boolean
[C#]
public bool PlayContinously {get; set;}
[C++]
HRESULT get_PlayContinously(
  VARIANT_BOOL* pbvarPlayContinously
);
[C++]
HRESULT put_PlayContinously(
  VARIANT_BOOL pbvarPlayContinously
);
[C++]

Parameters pbvarPlayContinously [out, retval] pbvarPlayContinously is a parameter of type VARIANT_BOOL pbvarPlayContinously [in] pbvarPlayContinously is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITimeControl Interface