CogResultsAnalysisRunParams Add Method Cognex VisionPro 9.8
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: 75.1.0.0 (75.1.0.0)
Syntax

public void Add(
	string key,
	CogResultsAnalysisExpression value
)
See Also