GH_ExpressionParserCacheSymbols Method |
Create a Symbols array from the expression.
Use this method if you intend to evaluate the same expression multiple times.
At this point, the expression has to be in correct syntax format.
Use the GH_ExpressionSyntaxWriter.RewriteAll() method to make sure.
Namespace:
Grasshopper.Kernel.Expressions
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool CacheSymbols(
string Expression
)
Public Function CacheSymbols (
Expression As String
) As Boolean
Parameters
- Expression
- Type: SystemString
Return Value
Type:
BooleanSee Also