Click or drag to resize

LengthValueCreate Method (Double, LengthUnit, LengthValueStringFormat)

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
)

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)"]

Return Value

Type: LengthValue

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

See Also