The X coordinate of the uncalibrated vertex 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 zero-based index of the point.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index < 0 or index >= NumPoints. |
Remarks
The x-coordinate of the uncalibrated vertex point with the given index. Valid indices range from 0 to NumPoints–1 inclusive.
See Also