Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetCleanedAndConvertedEdges Method

In This Topic
    GetCleanedAndConvertedEdges Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCleanedAndConvertedEdges( _
       ByVal myEdges As List(Of IndexLine), _
       ByVal conversionIndices() As Integer _
    ) As List(Of IndexLine)
    public static List<IndexLine> GetCleanedAndConvertedEdges( 
       List<IndexLine> myEdges,
       int[] conversionIndices
    )

    Parameters

    myEdges
    conversionIndices
    See Also