ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / DivideResult Class / ConnectedEdges Property

In This Topic
    ConnectedEdges Property
    In This Topic
    The edge objects returned when the divide operation targets a junction object. The list is empty when no connected edge objects are returned.
    Syntax
    Public ReadOnly Property ConnectedEdges As IReadOnlyList(Of TelecomElement)
    public IReadOnlyList<TelecomElement> ConnectedEdges {get;}
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also