Click or drag to resize

ShapeCollectionAddPolyline Method

Add 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 AddPolyline(
	Point2d[] points
)

Parameters

points
Type: RootPro.RootProCAD.GeometryPoint2d
Array of Point2d that represents the coordinates of a point sequence of continuous lines

Return Value

Type: PolylineShape
represents a contour line figure PolylineShape
See Also