Gets an array of integers that correspond to the key set for the specified character position within the specified line within the specified paragraph. Each element of this array is the key value of a character that may occur at this position.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Parameters
- pCI
- Type: Cognex.VisionPro.OCVMax CogOCVMaxCharacterIterator
A character iterator that specifies the character position of interest.
Return Value
Type: Int32An array of integers that correspond to the key set for the specified character position within the specified line within the specified paragraph. The size of this array matches the number of different possible characters that may occur at this position.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
| ArgumentNullException | If the supplied argument is NULL. |
See Also