CogOCRMaxSegmenterElementInfoCollection Constructor (CogOCRMaxSegmenterElementInfoCollection)Cognex VisionPro 9.7
Constructs a deep copy of the supplied CogOCRMaxSegmenterElementInfoCollection object.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax

public CogOCRMaxSegmenterElementInfoCollection(
	CogOCRMaxSegmenterElementInfoCollection other
)

Parameters

other
Type: Cognex.VisionPro.OCRMax CogOCRMaxSegmenterElementInfoCollection
The CogOCRMaxSegmenterElementInfoCollection to be copied. May not be NULL.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is Nothing/null/nullptr.
See Also