CogCenterPointsToLinesResult Constructor (CogCenterPointsToLinesResult)Cognex VisionPro 9.5
Copy constructs a CogCenterPointsToLinesResult object. This is a deep copy.

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

public CogCenterPointsToLinesResult(
	CogCenterPointsToLinesResult Other
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also