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

TerminalPaths Property
Gets all the flow paths between pairs of terminals defined for this ConfigurationPath instance.
Syntax
public IReadOnlyList<TerminalPath> TerminalPaths {get;}
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