The instance number of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The 0-based index of the model.
Return Value
Type: Int32Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is < 0 or >= ConfusableFontModelCount. |
Remarks
Returns the instance number of the indexth confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.
See Also