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