CogOCRCharacterResultCollection Constructor (CogOCRCharacterResultCollection)Cognex VisionPro 9.22 SR1
Construct a deep copy of the supplied CogOCRCharacterResultCollection object.

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

public CogOCRCharacterResultCollection(
	CogOCRCharacterResultCollection other
)

Parameters

other
Type: Cognex.VisionPro.ViDiEL CogOCRCharacterResultCollection
The CogOCRCharacterResultCollection to be copied. Must not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
See Also