ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyNode Class / GetEdges Method
Indicates whether the edges whose end points share the same geometry as this node are sorted in a clock wise manner. The default value is true.

In This Topic
    GetEdges Method (TopologyNode)
    In This Topic
    Gets the set of topological edges that are coincident with this node. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetEdges( _
       Optional ByVal clockwise As Boolean _
    ) As IReadOnlyList(Of TopologyEdge)

    Parameters

    clockwise
    Indicates whether the edges whose end points share the same geometry as this node are sorted in a clock wise manner. The default value is true.

    Return Value

    A list of TopologyEdge that are coincident with this node.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also