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


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

IAGAnimationTrack Interface

Provides access to animation tracks.

Product Availability

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

Members

Name 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-only property AttachedObjects The objects to which the track is attached, or null.
Write-only 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.

Classes that implement IAGAnimationTrack

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 Samples

Layer effects animation in ArcMap Layer effects animation in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Visualizing the camera path while animating