The number of points that will be considered for the fit.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogFitLine Changed | Fires when this function is called. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is less than zero. |
Remarks
The number of points that will be considered for the fit. If you increase the value of NumPoints, the newly added points are set to (0, 0) and placed at the end of the list. If you decrease the value of NumPoints, points are removed from the end of the list.
See Also