Removes a record from the tune data.
Namespace: Cognex.VisionPro.OCRMaxAfter calling this function the TuneData will be in the "untuned" state.
In order to re-enter the tuned state the user shold call the Tune() function.
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the Tune Record to remove.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this function is called. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| IndexOutOfRangeException |
|
See Also