This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.CycleAnimation Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to cycle the group animation.
[Visual Basic .NET] Public Property CycleAnimation As Boolean
[C#] public bool CycleAnimation {get; set;}
[C++]
HRESULT get_CycleAnimation(
VARIANT_BOOL* pbIsCycle
);
[C++]
HRESULT put_CycleAnimation(
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