Click or drag to resize

LengthUnitIsCustom Method

Determines whether the specified value is a custom unit.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static bool IsCustom(
	 in LengthUnit unit
)

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