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

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

public CogSearchMaxPattern(
	CogSearchMaxPattern other
)

Parameters

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

ExceptionCondition
ArgumentNullException Thrown if other is NULL.
ObjectDisposedException Thrown if other CogSearchMaxPattern object has already been disposed.
See Also