CogCenterPointsToLines Constructor (CogCenterPointsToLines)Cognex VisionPro 9.23
Copy constructs a CogCenterPointsToLines object. This is a deep copy.

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

public CogCenterPointsToLines(
	CogCenterPointsToLines Other
)
Exceptions

ExceptionCondition
ArgumentNullException If Other is null.
See Also