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