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


IAGGroupAnimationOptions.CycleAnimation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.CycleAnimation Property
ArcGIS Developer Help

IAGGroupAnimationOptions.CycleAnimation Property

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(
  Boolean* pbIsCycle
);
[C++]
HRESULT put_CycleAnimation(
  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.

See Also

IAGGroupAnimationOptions Interface