CogAutoSelect QueryPointSetY Method Cognex VisionPro 9.5
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.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 69.0.0.0
Syntax

public void QueryPointSetY(
	int index,
	double newValue
)
Events

Event TypeReason
ICogChangedEvent Changed Fires when the specified point Y coordinate is changed.
Exceptions

ExceptionCondition
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