Remove from this CogAutoSelect's internal list the query point at the
specified index.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero based index of the query point to be removed.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the specified point is removed from the CogAutoSelect object's internal list of query points. |
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