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

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