Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / SortAndOrient Method

In This Topic
    SortAndOrient Method (PolyRegion2D)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SortAndOrient( _
       Optional ByVal parentContours As IList(Of ICurve) _
    ) 
    public void SortAndOrient( 
       IList<ICurve> parentContours
    )

    Parameters

    parentContours
    See Also