How this class will perform fitting. May be either point to line
fit ("Single"), or point pair to line pair fit ("Pair").
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogCenterPointsToLinesModeConstantsThe default value is Single.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is not a member of the CogCenterPointsToLinesModeConstants enumeration. |
See Also