Grasshopper API
GH_ExpressionParserEvaluate Method (QueueGH_ParserSymbol) |
Evaluate the expression queue without overriding any local caches.
You can obtain an expression queue by calling CachedSymbols()
Namespace: Grasshopper.Kernel.Expressions
Assembly: Grasshopper (in Grasshopper.dll)

public GH_Variant Evaluate( Queue<GH_ParserSymbol> qHint )
Public Function Evaluate ( qHint As Queue(Of GH_ParserSymbol) ) As GH_Variant
Parameters
Return Value
Type: GH_Variant