Click or drag to resize

TextFieldsDimValue Method (String)

Returns the measured value of a dimension formatted with the dimension's own annotation style.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static string DimValue(
	string dimensionId
)

Parameters

dimensionId
Type: SystemString

[Missing <param name="dimensionId"/> documentation for "M:Rhino.Runtime.TextFields.DimValue(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.Runtime.TextFields.DimValue(System.String)"]

See Also