Sets the X and Y coordinates of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the point.
- x
- Type: System Double
The new x-axis value.
- y
- Type: System Double
The new y-axis value.
Events
| Event Type | Reason |
|---|---|
| CogCalibNPointToNPoint Changed | Fires if a transform is not computed. The following state flags may be affected: |
| CogCalibNPointToNPoint Changed | Fires if results must be uncomputed. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
Sets the x- and y-axis coordinates of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints - 1, inclusive.
See Also