Creates a line iterator that corresponds to the specified line in the specified paragraph of the arrangement.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Parameters
- paragraphPosition
- Type: System Int32
A zero-based index that specifies the paragraph.
- linePosition
- Type: System Int32
A zero-based index that specifies the line. The special value -1 is interpreted to mean the end of the paragraph.
Return Value
Type: CogOCVMaxLineIteratorA line iterator that corresponds to the specified line.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the suppled linePosition argument does not reference a valid line position. |
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
Remarks
See Also