Determine whether it is perpendicular 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 IsNormal(
LineShape line
)
Public MustOverride Function IsNormal (
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 vertical. Otherwise false.
See Also