Delete the font model specified by Index from the list of model candidates to be verified at this character position. FontModelCount will decrement by one.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 80.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the model to delete.
Events
| Event Type | Reason |
|---|---|
| CogOCVCharacterPosition Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is < 0 or >= FontModelCount. |
Remarks
Delete the specified model from the list of model candidates to be verified at this character position. Calling this function will cause FontModelCount to decrease by one.
See Also