Move the paragraph iterator to the next paragraph position within the containing CogOCVMaxPattern object. 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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If attempting to increment this paragraph iterator past End. |
See Also