CogOCVMaxParagraphIterator MoveToPrevious Method Cognex VisionPro 9.5
Move the paragraph iterator to the previous paragraph position within the containing CogOCVMaxPattern object. If the iterator is already at the initial position before this call, MoveToPrevious generates an exception. You may wish to check the IsFirst property before calling MoveToPrevious 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 MoveToPrevious()
Exceptions

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