CogOCVMaxCharacterIterator GetDisplayCharacterKey Method Cognex VisionPro 9.22 SR1
Get the key of 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.

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

public int GetDisplayCharacterKey()

Return Value

Type: Int32
A System::Int32. The character key identified as the display value for this character position.
Exceptions

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