CogCenterPointsToLines Execute Method Cognex VisionPro 9.5
Perform point to line centering.

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

public CogCenterPointsToLinesResult Execute()

Return Value

Type: CogCenterPointsToLinesResult
A CogCenterPointsToLinesResult object describing the mapping of points to lines.
Exceptions

ExceptionCondition
CogTransformSingularException If the solution is singular.
CogTimeoutExpiredException If TimeoutEnabled is true and this method does not complete within Timeout milliseconds.
ArgumentException If any of the following is true:
ArgumentException If any of the parameters is invalid.
See Also