CogOCVMaxLineResult Constructor (CogOCVMaxLineResult)Cognex VisionPro 9.8
Construct a deep copy of the supplied CogOCVMaxLineResult object.

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

public CogOCVMaxLineResult(
	CogOCVMaxLineResult pOther
)

Parameters

pOther
Type: Cognex.VisionPro.OCVMax CogOCVMaxLineResult
The CogOCVMaxLineResult 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