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