CogOCVMaxParagraphIterator GetAlphabetCharacterKeys Method Cognex VisionPro
Provide a list of every character key within the current font that may, either correctly or incorrectly, be observed within this paragraph. Confusion will be computed for every unique searched character versus this set of character keys. Note that if this list is empty, then EVERY character in the font will be used.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public int[] GetAlphabetCharacterKeys()

Return Value

Type:  Int32 
A System::Array of System::Int32 corresponding to each alphabet character key defined for this paragraph.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf this paragraph iterator cannot be found.
See Also