Return a newly created paragraph iterator corresponding to the containing paragraph. This provides access to this line iterator's parent.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Return Value
Type: CogOCVMaxParagraphIteratorA CogOCVMaxParagraphIterator corresponding to the containing paragraph.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
| InvalidOperationException | If this line iterator cannot be found. |
See Also