Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CompositeCurve Constructor / CompositeCurve Constructor(IEnumerable<ICurve>)
The curve list

In This Topic
    CompositeCurve Constructor(IEnumerable<ICurve>)
    In This Topic
    Curve list constructor. The first curve in the list determines the contour orientation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal curveList As IEnumerable(Of ICurve) _
    )
    public CompositeCurve( 
       IEnumerable<ICurve> curveList
    )

    Parameters

    curveList
    The curve list
    See Also