Click or drag to resize

PythonScriptSetIntellisenseVariable Method

Sets a variable for runtime introspection.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual void SetIntellisenseVariable(
	string name,
	Object value
)

Parameters

name
Type: SystemString
A variable name.
value
Type: SystemObject
A variable value.
See Also