Utility.GetCleanedAndConvertedEdges Method

Public Shared Function GetCleanedAndConvertedEdges( _ 
ByVal myEdges As List(Of IndexLine), _ 
ByVal conversionIndices As Integer() _ 
) As List(Of IndexLine)
This language is not supported or no code example is available.
public static List<IndexLine> GetCleanedAndConvertedEdges( 
List<IndexLine> myEdges
int[] conversionIndices 
)
This language is not supported or no code example is available.

Parameters

myEdges
List<IndexLine>

conversionIndices
int[]

Return Value

List<IndexLine>

.NET Framework

Supported in: 4.8

In this article

Definition