RhinoCommon API
PythonScriptSetVariable Method |
Sets a variable with a name and an object. Object can be null (Nothing in Visual Basic).
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public abstract void SetVariable( string name, Object value )
Public MustOverride Sub SetVariable ( name As String, value As Object )
Parameters
- name
- Type: SystemString
A valid variable name in Python. - value
- Type: SystemObject
A valid value for that variable name.