ArcObjects Library Reference (Animation)  

IAGAnimationTrack Interface

Provides access to animation tracks.

Product Availability

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

Members

Description
Read/write property AnimationObjectContainer The container of the animation objects attached to the tracks.
Read/write property AnimationType The animation type.
Read/write property ApplyToAllViewers Indicates whether to apply a camera track to all viewers.
Read/write property AttachedObjects The objects to which the track is attached, or null.
Read-only property AttachedObjectsCount The number of objects to which the track is attached.
Method AttachObject Attach object to the track.
Read/write property BeginTime The initial time of the track.
Method DetachAllObjects Detach all objects from the track.
Method DetachObject Detach object from the track.
Read/write property EndTime The final time of the track.
Method InterpolateObjectProperties Interpolates the state of the attached object for a time between BeginTime and Endtime.
Read-only property IsAttached Indicates if the given object is attached to the track.
Read/write property IsCycle Indicates if the track is repeated periodically.
Read/write property IsEnabled Indicates if the track is enabled.
Read/write property Name The name of the track.
Method ResetAttachedObjects Reset the state of the attached objects to be ready for animation.

CoClasses that implement IAGAnimationTrack

CoClasses and Classes Description
AGAnimationTrack The Animation Track coclass.
AnimationTrack (esri3DAnalyst) The Animation Track coclass.

Remarks

Animation tracks are conceptually containers of animation keyframes. This interface contains properties of the animation track and methods for managing animation objects attached to the track.

 

.NET Snippets

Create Animation from Keyframes | Create Animation by Interpolating Between Two Keyframes

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath) | Layer effects animation in ArcMap (Code Files: AnimationTypeLayerEffects MapLayerEffectsKeyframe) | Move a graphic along a path in ArcMap (Code Files: AnimationTypeMapGraphic AnimationUtils frmCreateGraphicTrackOptions frmPropertyPage MapGraphicKeyframe MapGraphicTrackPropPage)

.NET Related Topics

Creating a layer animation in globe