LengthUnitIsKnownUnitSystem Method |
Determines whether the instance value is a known unit system.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool IsKnownUnitSystem(
out UnitSystem unitSystem
)
Public Function IsKnownUnitSystem (
<OutAttribute> ByRef unitSystem As UnitSystem
) As Boolean
Parameters
- unitSystem
- Type: RhinoUnitSystem
Return Value
Type:
BooleanTrue when this instance value is a valid known
UnitSystem, False otherwise.
Remarks
See Also