RhinoCommon API
LengthValueCreate Method (Double, UnitSystem, LengthValueStringFormat, UInt32) |
Create from Length and UnitSystem
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public static LengthValue Create( double length, UnitSystem us, LengthValueStringFormat format, uint localeId )
Public Shared Function Create ( length As Double, us As UnitSystem, format As LengthValueStringFormat, localeId As UInteger ) As LengthValue
Parameters
- length
- Type: SystemDouble
Numeric length value - us
- Type: RhinoUnitSystem
Unit system - format
- Type: RhinoLengthValueStringFormat
[Missing <param name="format"/> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.UnitSystem,Rhino.LengthValue.StringFormat,System.UInt32)"]
- localeId
- Type: SystemUInt32
[Missing <param name="localeId"/> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.UnitSystem,Rhino.LengthValue.StringFormat,System.UInt32)"]
Return Value
Type: LengthValue[Missing <returns> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.UnitSystem,Rhino.LengthValue.StringFormat,System.UInt32)"]