ArcObjects Library Reference (Animation)  

IAGAnimationTracks Interface

Provides access to members that control the animation tracks.

Product Availability

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

Members

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.

CoClasses that implement IAGAnimationTracks

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