The Y coordinate of the given point.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the point.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
The Y coordinate of the given point.
See Also