Adds a new point to the end of each point set. NumPoints will be increased by one.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax
Parameters
- groupAX
- Type: System Double
The x-coordinate for the "group A" point.
- groupAY
- Type: System Double
The y-coordinate for the "group A" point.
- groupBX
- Type: System Double
The x-coordinate for the "group B" point.
- groupBY
- Type: System Double
The y-coordinate for the "group B" point.
Events
| Event Type | Reason |
|---|---|
| CogNPointToNPoint Changed | Fires when the value of this property changes. The following state flags may be affected: |
Remarks
Adds a new point with the specified coordinates to the end of each point set and increases NumPoints by one.
Note: AddPointPair(Double, Double, Double, Double) does not affect any of the existing points in the point sets.
See Also