LineShapeIsOpposite Method |
Determine whether it is in the opposite direction 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 IsOpposite(
LineShape line
)
Public MustOverride Function IsOpposite (
line As LineShape
) As Boolean
Parameters
- line
- Type: RootPro.RootProCADLineShape
Return Value
Type:
BooleanSee Also