ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Animation Class / GetDisconnectedTracks Method

In This Topic
    GetDisconnectedTracks Method
    In This Topic
    Gets a disconnected copy of the list of Tracks in the animation. Changes to this list are ignored until the list is set to the Tracks property.
    Syntax
    public List<Track> GetDisconnectedTracks()
    Public Function GetDisconnectedTracks() As List(Of Track)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also