CogOCVMaxCharacterResult Constructor (CogOCVMaxCharacterResult)Cognex VisionPro 9.5
Construct a deep copy of the supplied CogOCVMaxCharacterResult object.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public CogOCVMaxCharacterResult(
	CogOCVMaxCharacterResult pOther
)

Parameters

pOther
Type: Cognex.VisionPro.OCVMax CogOCVMaxCharacterResult
The CogOCVMaxCharacterResult object to be copied. May not be NULL.
Exceptions

ExceptionCondition
OutOfMemoryExceptionIf memory cannot be allocated for this object.
ArgumentNullExceptionIf the input argument is NULL.
See Also