GH_ExpressionParser.Evaluate Method (String)

GH_ExpressionParserEvaluate Method (String)

Store a new expression in the Symbols cache and evaluate it using the current variables

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Variant Evaluate(
	string Expression
)
Public Function Evaluate ( 
	Expression As String
) As GH_Variant

Parameters

Expression
Type: SystemString

Return Value

Type: GH_Variant
See Also