ArcObjects Library Reference (Animation)  

IAGAnimationTrack.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(
  VARIANT_BOOL* pbIsCycle
);
[C++]
HRESULT put_IsCycle(
  VARIANT_BOOL pbIsCycle
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationTrack Interface