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


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

IAGAnimationTracks Interface

Provides access to members that control the animation tracks.

Product Availability

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

Members

Name Description
Method AddTrack Adds a track to the collection.
Read-only property AGTracks The animation tracks.
Read/write property AnimationObjectContainer The container of the animation objects attached to the tracks.
Method ApplyTracks Uses the enabled animation tracks for the given time.
Method ChangePriority Changes the priority (index) of the track.
Method CreateTrack Creates a new track and adds it to the collection.
Method DetachObject Detach an object from all tracks it is attached to.
Method FindTrack Finds a track by name.
Method LoadTracks Load the animation tracks from a stream.
Method RefreshAttachedObjects Detaches from the tracks those objects that no longer exist.
Method RemoveAllTracks Removes all tracks.
Method RemoveTrack Removes a track from the collection.
Method SaveTracks Save the animation tracks to a stream.
Read-only property TrackCount The number of tracks.
Read-only property TracksOfType The animation tracks of a given type.

Classes that implement IAGAnimationTracks

Classes Description
AGAnimationTrackContainer The Animation Track Container Object.
Globe (esriGlobeCore) A container for the display and manipulation of data in the Globe.
Scene (esri3DAnalyst) A container for the display and manipulation of data.

Remarks

An animation track container accomodates all the animation tracks in an application. This interface provides methods and properties to access and manage animation tracks.

.NET Samples

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