This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.PlayContinously Property (ArcObjects .NET 10.4 SDK) |
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