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


IAGGroupAnimationOptions Interface (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
ArcGIS Developer Help

IAGGroupAnimationOptions Interface

Provides access to options of the 'create group animation' functionality.

Product Availability

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

Members

Name Description
Read/write property AnimationEnvironment The animation environment.
Read/write property AnimationTracks The animation track container.
Read/write property Blending Indicates whether to blend layers during animation.
Read/write property CycleAnimation Indicates whether to cycle the group animation.
Read/write property FadingPercentage The percentage (0-100) of transparency fading time.
Method GetTrackInterval Gets the begin and end times for the group animation.
Method GetVisibilitySettings Get the visibility settings.
Read/write property LayerSet The layers to animate.
Read/write property OverwriteExisting Indicates whether to overwrite option.
Method PutTrackInterval Sets the begin and end times for the group animation.
Method PutVisibilitySettings Put the visibility settings.
Read/write property TrackBaseName The base name for the tracks.

Classes that implement IAGGroupAnimationOptions

Classes Description
AGGroupAnimationOptions Options of the 'create group animation' functionality.

Remarks

An AGGroupAnimationOptions object is required when creating a group animation. The IAGGroupAnimationOptions interface provides access to the options in creating group animation.