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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Return Value
Type: StringA 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
| Exception | Condition |
|---|---|
| InvalidOperationException | If this character iterator cannot be found. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also