Provides access to members that control the animation tracks.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddTrack | Adds a track to the collection. | |
AGTracks | The animation tracks. | |
AnimationObjectContainer | The container of the animation objects attached to the tracks. | |
ApplyTracks | Uses the enabled animation tracks for the given time. | |
ChangePriority | Changes the priority (index) of the track. | |
CreateTrack | Creates a new track and adds it to the collection. | |
DetachObject | Detach an object from all tracks it is attached to. | |
FindTrack | Finds a track by name. | |
LoadTracks | Load the animation tracks from a stream. | |
RefreshAttachedObjects | Detaches from the tracks those objects that no longer exist. | |
RemoveAllTracks | Removes all tracks. | |
RemoveTrack | Removes a track from the collection. | |
SaveTracks | Save the animation tracks to a stream. | |
TrackCount | The number of tracks. | |
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.