GH_ExpressionParser.AddVariableEx Method (String, IGH_Goo)

GH_ExpressionParserAddVariableEx Method (String, IGH_Goo)

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddVariableEx(
	string name,
	IGH_Goo val
)
Public Sub AddVariableEx ( 
	name As String,
	val As IGH_Goo
)

Parameters

name
Type: SystemString
val
Type: Grasshopper.Kernel.TypesIGH_Goo
See Also