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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If attempting to decrement this paragraph iterator past First. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also