Provides access to members that control the scene animation tracks.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Members
Description | ||
---|---|---|
AddTrack | Adds a track to the collection. | |
AnimationTypes | The objects that describe the registered types of animation. | |
ApplyTracks | Plays the enabled animation tracks in the given viewer (in all if null). | |
ChangePriority | Changes the priority (index) of the track. | |
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. | |
Tracks | The animation tracks. | |
TracksOfType | The animation tracks of a given type. |
CoClasses that implement IAnimationTracks
CoClasses and Classes | Description |
---|---|
Globe (esriGlobeCore) | A container for the display and manipulation of data in the Globe. |
Scene | A container for the display and manipulation of data. |
Remarks
AnimationTracks can be considered as a container/collection of all animation tracks in a Scene object. IAnimationTracks encapsulates the properties and methods related to managing all animation tracks associated with the scene.