Evaluates the expression in the given evaluation context. The context insures each
expression is evaluated only once and stores the outcome (resulting value or exception).
Namespace: Cognex.VisionPro.ResultsAnalysisAssembly: Cognex.VisionPro.ResultsAnalysis (in Cognex.VisionPro.ResultsAnalysis.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
Parameters
- context
- Type: Cognex.VisionPro.ResultsAnalysis CogResultsAnalysisEvaluationContext
The context in which the expression and its arguments should be evaluated.
Return Value
Type: ObjectThe value of the expression in the given context.
See Also