CogAutoSelect QueryPointRemoveAt Method Cognex VisionPro 9.20
Remove from this CogAutoSelect's internal list the query point at the specified index.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 80.0.0.0
Syntax

public void QueryPointRemoveAt(
	int index
)

Parameters

index
Type: System Int32
The zero based index of the query point to be removed.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the specified point is removed from the CogAutoSelect object's internal list of query points.
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