CogSearchMaxRunParams Constructor (CogSearchMaxRunParams)Cognex VisionPro 9.7
Construct a deep copy of the supplied CogSearchMaxRunParams object.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public CogSearchMaxRunParams(
	CogSearchMaxRunParams other
)

Parameters

other
Type: Cognex.VisionPro.SearchMax CogSearchMaxRunParams
The CogSearchMaxRunParams object to be copied. May not be NULL.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
See Also