Sets the key set for the specified character position within the specified line within the specified paragraph.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Parameters
- pCI
- Type: Cognex.VisionPro.OCVMax CogOCVMaxCharacterIterator
A CogOCVMaxCharacterIterator that specifies the character position of interest.
- NewValue
- Type: System Int32
Each element of this array is the key value of a character that may occur at this position.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this method changes the subject key set. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied character iterator argument is NULL. |
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
Remarks
The key values are passed in the NewValue array of integers. Each element of this array is the key value of a character that may occur at the specified position.
See Also