Set the Y coordinate of the query point at the supplied index. This
value is in the selected space of the input image.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 87.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero based index of the query point under consideration.
- newValue
- Type: System Double
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the specified point Y coordinate is changed. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied query point index is less than zero or greater than or equal to the current number of defined query points. |
See Also