CogSearchMaxResults Constructor (CogSearchMaxResults)Cognex VisionPro 9.5
Constructs a deep copy of the supplied CogSearchMaxResults object.

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

public CogSearchMaxResults(
	CogSearchMaxResults other
)

Parameters

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

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
See Also