Click or drag to resize

TextFieldsLayoutUserText Method (String)

Returns a value from the active layouts user text strings for the specified key.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static string LayoutUserText(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: String

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

See Also