CogOCVMaxCharacterIterator MoveToNext Method Cognex VisionPro 9.5
Move the character iterator to the next character position within the containing line. If the iterator is already at the end position before this call, MoveToNext generates an exception. You may wish to check the IsEnd property before calling MoveToNext in order to avoid errors.

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

public void MoveToNext()
Exceptions

ExceptionCondition
InvalidOperationExceptionIf attempting to increment this character iterator past End.
See Also