Click or drag to resize

ShapeCollectionAddLine Method

Add a 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 LineShape AddLine(
	Point2d startPoint,
	Point2d endPoint
)

Parameters

startPoint
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the starting point Point2d
endPoint
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the endpoint Point2d

Return Value

Type: LineShape
Represents the line shape LineShape
See Also