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


IAnimationTrack.IsCycle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.IsCycle Property
ArcGIS Developer Help

IAnimationTrack.IsCycle Property

Indicates if the track is repeated periodically.

[Visual Basic .NET]
Public Property IsCycle As Boolean
[C#]
public bool IsCycle {get; set;}
[C++]
HRESULT get_IsCycle(
  Boolean* pbIsCycle
);
[C++]
HRESULT put_IsCycle(
  VARIANT_BOOL pbIsCycle
);
[C++]
Parameters
pbIsCycle [out, retval]

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

Product Availability

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

See Also

IAnimationTrack Interface