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

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

public CogSearchMaxResult(
	CogSearchMaxResult other
)

Parameters

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

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
See Also