ArcGIS Pro 2.9 API Reference Guide
ValidConfigurationPaths Property

ArcGIS.Core.Data.UtilityNetwork Namespace > TerminalConfiguration Class : ValidConfigurationPaths Property
Gets the valid configuration paths that constrain the flow paths between pairs of terminals. If this TerminalConfiguration instance does not have ConfigurationPaths defined, an empty IReadOnlyList is returned.
Syntax
public IReadOnlyList<ConfigurationPath> ValidConfigurationPaths {get;}
Public ReadOnly Property ValidConfigurationPaths As IReadOnlyList(Of ConfigurationPath)
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TerminalConfiguration Class
TerminalConfiguration Members