LengthUnitToUnitSystem Method (Double, ISetUnitSystem) |
Returns the most similar
UnitSystem to this instance available on
unitSystems set.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic UnitSystem? ToUnitSystem(
out double factor,
ISet<UnitSystem> unitSystems
)
Public Function ToUnitSystem (
<OutAttribute> ByRef factor As Double,
unitSystems As ISet(Of UnitSystem)
) As UnitSystem?
Parameters
- factor
- Type: SystemDouble
- unitSystems
- Type: System.Collections.GenericISetUnitSystem
Return Value
Type:
NullableUnitSystemA
UnitSystem in the provided set of available
unitSystems.
See Also