RhinoCommon API
PythonScriptGetVariableNames Method |
Retrieves all variable names in the script.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
public abstract IEnumerable<string> GetVariableNames()
Public MustOverride Function GetVariableNames As IEnumerable(Of String)
Return Value
Type: IEnumerableStringAn enumerable set with all names of the variables.