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

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 91.0.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