LayoutConvertLengthWorldToLocal Method |
Convert the length from the world coordinate system to the local coordinate system.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double ConvertLengthWorldToLocal(
double length
)
Public MustOverride Function ConvertLengthWorldToLocal (
length As Double
) As Double
Parameters
- length
- Type: SystemDouble
Length in the world coordinate system
Return Value
Type:
DoubleLength in the local coordinate system
See Also