ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Track Class
Members

In This Topic
    Track Class
    In This Topic
    Represents the base class for all track types.
    Syntax
    public abstract class Track 
    Public MustInherit Class Track 
    Remarks
    A track stores the collection of keyframes whose values and transitions define the interpolated values for each frame of the animation. The Tracks property for the animation always returns 4 tracks: a CameraTrack, a LayerTrack, a TimeTrack and a RangeTrack. Each track type stores a corresponding keyframe for that type and is used to animate either the camera position, map time, map range, or layer visibility and transparency. The duration of the animation is equal to the time of the last keyframe in all tracks. The animation is removed from the map by deleting all keyframes in all tracks.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also