ArcGIS Pro 2.8 API Reference Guide
TerminalPaths Property

ArcGIS.Core.Data.UtilityNetwork Namespace > ConfigurationPath Class : TerminalPaths Property
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 10, Windows 8.1

See Also

Reference

ConfigurationPath Class
ConfigurationPath Members