BSplineCurveShapeControlPoints Property |
Get or set the coordinates of the point sequence.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point2d[] ControlPoints { get; set; }
Public MustOverride Property ControlPoints As Point2d()
Get
Set
Property Value
Type:
Point2d
Array of
Point2d representing the coordinates of the point sequence.
See Also