CogOCVMaxCharacterIterator GetDisplayCharacter Method Cognex VisionPro 9.8
Get the character that should be displayed on a graphical user interface for the position specified by this character iterator. This is useful for character positions for which the (train time) key set has more than one value. Note that this assumes that the character keys in the font correspond to Unicode code point values.

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

public char GetDisplayCharacter()

Return Value

Type: Char
A System::Char. The character key identified as the display value for this character position is converted to a System::Char based upon the assumption that the character keys in the font correspond to Unicode code point values.
Exceptions

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