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
)
Public MustOverride Function IsParallel (
line As LineShape
) As Boolean
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