LengthUnitIsCustom Method |
Determines whether the specified value is a custom unit.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static bool IsCustom(
in LengthUnit unit
)
Public Shared Function IsCustom (
ByRef unit As LengthUnit
) As Boolean
Parameters
- unit
- Type: RhinoLengthUnit
[Missing <param name="unit"/> documentation for "M:Rhino.LengthUnit.IsCustom(Rhino.LengthUnit@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.LengthUnit.IsCustom(Rhino.LengthUnit@)"]
See Also