Click or drag to resize

LengthValueCreate Method (Double, LengthUnit, LengthValueStringFormat, UInt32)

Create from Length and LengthUnit

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static LengthValue Create(
	double length,
	LengthUnit units,
	LengthValueStringFormat format,
	uint localeId
)

Parameters

length
Type: SystemDouble
Numeric length value
units
Type: RhinoLengthUnit
Length units
format
Type: RhinoLengthValueStringFormat

[Missing <param name="format"/> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.LengthUnit,Rhino.LengthValue.StringFormat,System.UInt32)"]

localeId
Type: SystemUInt32

[Missing <param name="localeId"/> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.LengthUnit,Rhino.LengthValue.StringFormat,System.UInt32)"]

Return Value

Type: LengthValue

[Missing <returns> documentation for "M:Rhino.LengthValue.Create(System.Double,Rhino.LengthUnit,Rhino.LengthValue.StringFormat,System.UInt32)"]

See Also