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