CogOCVMaxRunParams GetKeysetCharacterKeys Method (CogOCVMaxCharacterIterator)Cognex VisionPro 9.8
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.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax

public int[] GetKeysetCharacterKeys(
	CogOCVMaxCharacterIterator pCI
)

Parameters

pCI
Type: Cognex.VisionPro.OCVMax CogOCVMaxCharacterIterator
A character iterator that specifies the character position of interest.

Return Value

Type:  Int32 
An 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

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
ArgumentNullExceptionIf the supplied argument is NULL.
See Also