ArcGIS Pro 2.9 API Reference Guide
GetEdges Method (TopologyNode)

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.
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, Windows 8.1

See Also

Reference

TopologyNode Class
TopologyNode Members