Utility.OrderEdges Method

Create an ordered list of edges without duplicates.
Public Shared Sub OrderEdges( _ 
ByVal edges As List(Of IndexLine), _ 
ByRef orderedEdges As List(Of IndexLine) _ 
)
This language is not supported or no code example is available.
public static void OrderEdges( 
List<IndexLine> edges
out List<IndexLine> orderedEdges 
)
This language is not supported or no code example is available.

Parameters

edges
List<IndexLine>

orderedEdges
List<IndexLine>

.NET Framework

Supported in: 4.8

In this article

Definition