ShapeFactoryCreatePolyline Method |
Create a new instance of a continuous line.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract PolylineShape CreatePolyline(
Point2d[] points
)
Public MustOverride Function CreatePolyline (
points As Point2d()
) As PolylineShape
Parameters
- points
- Type: RootPro.RootProCAD.GeometryPoint2d
An array of Point2d representing the coordinates of a point sequence of continuous lines
Return Value
Type:
PolylineShape represents a contour line figure
PolylineShape See Also