The X coordinate of the raw calibrated 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: 75.1.0.0
Syntax
Events
| Event Type | Reason |
|---|---|
| CogCalibNPointToNPoint Changed | Fires if a transform is not computed. The following state flag 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
Returns or sets the x-axis coordinate of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints - 1, inclusive.
Default Value: 0
See Also