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

In This Topic
    OrderEdges Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub OrderEdges( _
       ByVal edges As List(Of IndexLine), _
       ByRef orderedEdges As List(Of IndexLine) _
    ) 
    public static void OrderEdges( 
       List<IndexLine> edges,
       out List<IndexLine> orderedEdges
    )

    Parameters

    edges
    orderedEdges
    See Also