Click or drag to resize

PythonScriptGetVariableNames Method

Retrieves all variable names in the script.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract IEnumerable<string> GetVariableNames()

Return Value

Type: IEnumerableString
An enumerable set with all names of the variables.
See Also