Click or drag to resize

PythonScriptGetVariable Method

Gets the object associated with a variable name in the main scripting context.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract Object GetVariable(
	string name
)

Parameters

name
Type: SystemString
A variable name.

Return Value

Type: Object
The variable object.
See Also