CogOCRTool Constructor (CogOCRTool)Cognex VisionPro 9.24
Constructs a new instance of this class as a deep copy of the given instance.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 91.0.0.0
Syntax

public CogOCRTool(
	CogOCRTool other
)

Parameters

other
Type: Cognex.VisionPro.ViDiEL CogOCRTool
The CogOCRTool object to be copied. May not be null.
Exceptions

ExceptionCondition
[System.ArgumentNullException] If the input argument is null.
See Also