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

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

public CogOCRLineCollection(
	CogOCRLineCollection other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionother is null.
See Also