ArcGIS Pro 3.7 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 Function GetDisconnectedTracks() As List(Of Track)
    public List<Track> GetDisconnectedTracks()
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also