CogOCVMaxCharacterIterator SetDisplay Method (Int32)Cognex VisionPro 9.5
Set the key of the character that should be displayed on a graphical user interface for the position specified by this character iterator. This is useful for character positions for which the (train time) key set has more than one value.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public void SetDisplay(
	int NewValue
)

Parameters

NewValue
Type: System Int32
A System::Int32. This is the key of the character that should be displayed for this character 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