ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TracePath Class / PathConnectivities Property

In This Topic
    PathConnectivities Property
    In This Topic
    The list of junction and edges along the path.
    Syntax
    Public ReadOnly Property PathConnectivities As IReadOnlyList(Of PathConnectivity)
    public IReadOnlyList<PathConnectivity> PathConnectivities {get;}
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also