CogOCVMaxCharacterIterator GetKeysetCharacterKeys Method Cognex VisionPro 9.8
Get an array of System::Int32 corresponding to the (train time) key set for the character position specified by this character iterator. Each element of this array is the key value of a character that may occur at this position.

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

public int[] GetKeysetCharacterKeys()

Return Value

Type:  Int32 
An array of System::Int32. The size of this array matches the number of different possible character that may occur at this position.
Exceptions

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