Click or drag to resize

TextFieldsCurveLength Method (String)

Get length of a curve given a string id

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static double CurveLength(
	string id
)

Parameters

id
Type: SystemString

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

Return Value

Type: Double

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

See Also