public IReadOnlyList<TopologyEdge> GetEdges( bool clockwise )
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.