CogResultsAnalysisRunParams Add Method Cognex VisionPro 9.23
Adds an expression with the given name to the collection. The name must be unique in the collection.

Namespace: Cognex.VisionPro.ResultsAnalysis
Assembly: Cognex.VisionPro.ResultsAnalysis (in Cognex.VisionPro.ResultsAnalysis.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public void Add(
	string key,
	CogResultsAnalysisExpression value
)

Parameters

key
Type: System String
The name of the expression
value
Type: Cognex.VisionPro.ResultsAnalysis CogResultsAnalysisExpression
The expression to add.
See Also