Return a newly created paragraph iterator that is functionally identical to this one - it will have the same paragraph position within the same enclosing CogOCVMaxPattern object.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Return Value
Type: CogOCVMaxParagraphIteratorA CogOCVMaxParagraphIterator with the same paragraph position as this paragraph iterator.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If this paragraph iterator cannot be found. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also