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
)
Public Overridable Sub SetIntellisenseVariable (
name As String,
value As Object
)
Parameters
- name
- Type: SystemString
A variable name. - value
- Type: SystemObject
A variable value.
See Also