CogCenterPointsToLines Mode Property Cognex VisionPro 9.5
How this class will perform fitting. May be either point to line fit ("Single"), or point pair to line pair fit ("Pair").

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

public CogCenterPointsToLinesModeConstants Mode { get; set; }

Property Value

Type: CogCenterPointsToLinesModeConstants
The default value is Single.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of the CogCenterPointsToLinesModeConstants enumeration.
See Also