The number of points in each point set. This is the number of 'group B' points, and also the number of 'group A' points.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogNPointToNPoint Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is less than 0. |
Remarks
The number of points in each point set. This is the number of "group B" points and also the number of "group A" points.
If you increase the number of points, the extra points are added to the end of the existing point sets and initialized to (0, 0). If you decrease the number of points, the points are removed from the end of each point set.
Default Value: 0
See Also