ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / ConfigurationPath Class / TerminalPaths Property

In This Topic
    TerminalPaths Property
    In This Topic
    Gets all the flow paths between pairs of terminals defined for this ConfigurationPath instance.
    Syntax
    public IReadOnlyList<TerminalPath> TerminalPaths {get;}
    Public ReadOnly Property TerminalPaths As IReadOnlyList(Of TerminalPath)
    Remarks
    If the Description field is set to the hard-coded value "All", this property will return an empty list. However, there is an implied set of flow paths linking each terminal to every other terminal in the device.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also