CogResultsAnalysisRunParams Add Method Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.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