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

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

public CogOCRMaxTool(
	CogOCRMaxTool other
)
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also