CogOCVMaxCharacterIterator SetKeyset Method ( Int32 )Cognex VisionPro 9.7
Set the (train time) key set for the character position specified by this character iterator. The key values are passed in as an array of System::Int32 in which each element 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: 73.0.0.0
Syntax

public void SetKeyset(
	int[] NewValue
)

Parameters

NewValue
Type:  System Int32 
An array of System::Int32. Each element of this array is the key value of a character that may occur at this position.
Events

Event TypeReason
CogOCVMaxPattern CharacterChangedFires when this property changes, provides more detailed information than the Changed event.
ICogChangedEvent ChangedFires when this property changes.
Exceptions

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