Click or drag to resize

LineShapeIsParallel Method

Determine whether it is parallel to the specified line figure.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool IsParallel(
	LineShape line
)

Parameters

line
Type: RootPro.RootProCADLineShape
line representing a line shape.

Return Value

Type: Boolean
true if the two line shapes are parallel. Otherwise false.
See Also