The Y-coordinate of the vertex with the given index.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- index
- Type: System Int32
Index of the vertex. Must be >= 0 and < NumVertices.
- value
- Type: System Double
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | NumVertices < 1. |
| ArgumentException | index < 0 or index > ( NumVertices -1) |
Remarks
Changed Raised when a vertex is changed.
Remarks
Gets the y-coordinate of the vertex with the given index. Use SetVertex() and GetVertex() to set or get both the x- and y-coordinate at once.
See Also