PythonScript.RemoveVariable Method

PythonScriptRemoveVariable Method

Removes a defined variable from the main scripting context.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract void RemoveVariable(
	string name
)
Public MustOverride Sub RemoveVariable ( 
	name As String
)

Parameters

name
Type: SystemString
The variable name.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also