RhinoCommon API
PythonScriptRemoveVariable Method |
Removes a defined variable from the main scripting context.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public abstract void RemoveVariable( string name )
Public MustOverride Sub RemoveVariable ( name As String )
Parameters
- name
- Type: SystemString
The variable name.
