ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / CircuitPath Class / SectionPaths Property

In This Topic
    SectionPaths Property
    In This Topic
    Key-value pairs representing the paths of sections in a sectioned circuit.
    Syntax
    Public ReadOnly Property SectionPaths As IReadOnlyDictionary(Of Integer,TracePath)
    public IReadOnlyDictionary<int,TracePath> SectionPaths {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also