Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / ControlPoints Property

In This Topic
    ControlPoints Property (Curve)
    In This Topic
    Gets or sets the curve control point array.
    Syntax
    'Declaration
     
    Public Property ControlPoints As Point4D()
    public Point4D[] ControlPoints {get; set;}
    Remarks
    Not validated in setter. Use constructor if you are unsure of the correctness of your data.
    See Also