CogResultsAnalysisRunParams Remove Method Cognex VisionPro
Removes the expression with the given name. References to this expression elsewhere in the call tree, if any, are set to null.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The name of the expression to remove.
See Also