PythonScriptGetVariableNames Method |
Retrieves all variable names in the script.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic abstract IEnumerable<string> GetVariableNames()
Public MustOverride Function GetVariableNames As IEnumerable(Of String)
Return Value
Type:
IEnumerableStringAn enumerable set with all names of the variables.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also