PythonScriptRemoveVariable Method |
Removes a defined variable from the main scripting context.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic abstract void RemoveVariable(
string name
)
Public MustOverride Sub RemoveVariable (
name As String
)
Parameters
- name
- Type: SystemString
The variable name.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also