CogResultsAnalysisExpression Evaluate Method Cognex VisionPro 9.22 SR1
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.ResultsAnalysis
Assembly: Cognex.VisionPro.ResultsAnalysis (in Cognex.VisionPro.ResultsAnalysis.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public abstract Object Evaluate(
	CogResultsAnalysisEvaluationContext context
)

Parameters

context
Type: Cognex.VisionPro.ResultsAnalysis CogResultsAnalysisEvaluationContext
The context in which the expression and its arguments should be evaluated.

Return Value

Type: Object
The value of the expression in the given context.
See Also