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

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

public CogOCRCharacterClassResultCollection(
	CogOCRCharacterClassResultCollection other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionother is null.
See Also