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

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