ArcObjects Library Reference (Animation)  

IAGGroupAnimationOptions Interface

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

Product Availability

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

Members

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.

CoClasses that implement IAGGroupAnimationOptions

CoClasses and 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.

.NET Snippets

Create Group Layer Animation