CogOCVMaxCharacterIterator GetKeysetCharacters Method Cognex VisionPro 9.8
Get a String corresponding to the (train time) key set for the character position specified by this character iterator. Each individual character in this string 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 string GetKeysetCharacters()

Return Value

Type: String
A System::String in which each character corresponds to a member of the (train time) key set for this position. That is, any one of the characters in the returned string may be observed at this position. Note that this assumes that the character keys in the font correspond to Unicode code point values.
Exceptions

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