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

In This Topic
    CompositeCurve Constructor(ICurve)
    In This Topic
    One curve only constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal curve As ICurve _
    )
    public CompositeCurve( 
       ICurve curve
    )

    Parameters

    curve
    The curve
    See Also