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


ITimeControl.PlayContinously Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.PlayContinously Property
ArcGIS Developer Help

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(
  Boolean* pbvarPlayContinously
);
[C++]
HRESULT put_PlayContinously(
  VARIANT_BOOL pbvarPlayContinously
);
[C++]
Parameters
pbvarPlayContinously [out, retval]

pbvarPlayContinously is a parameter of type bool* pbvarPlayContinously [in]
pbvarPlayContinously is a parameter of type bool

Product Availability

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

See Also

ITimeControl Interface