GH_ExpressionParser.Variables Property

GH_ExpressionParserVariables Property

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public SortedDictionary<string, GH_Variant> Variables { get; }
Public ReadOnly Property Variables As SortedDictionary(Of String, GH_Variant)
	Get

Property Value

Type: SortedDictionaryString, GH_Variant

[Missing <value> documentation for "P:Grasshopper.Kernel.Expressions.GH_ExpressionParser.Variables"]

See Also