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


IAnimationTracks Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface
ArcGIS Developer Help

IAnimationTracks Interface

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

Name Description
Method AddTrack Adds a track to the collection.
Read-only property AnimationTypes The objects that describe the registered types of animation.
Method ApplyTracks Plays the enabled animation tracks in the given viewer (in all if null).
Method ChangePriority Changes the priority (index) of the track.
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 Tracks The animation tracks.
Read-only property TracksOfType The animation tracks of a given type.

Classes that implement IAnimationTracks

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.

.NET Samples

Animation in the GlobeControl