ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / TerminalConfiguration Class / ValidConfigurationPaths Property

In This Topic
    ValidConfigurationPaths Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also