Click or drag to resize

LengthUnitIsKnownUnitSystem Method

Determines whether the instance value is a known unit system.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool IsKnownUnitSystem(
	out UnitSystem unitSystem
)

Parameters

unitSystem
Type: RhinoUnitSystem

Return Value

Type: Boolean
True when this instance value is a valid known UnitSystem, False otherwise.
Remarks
See Also