Move the paragraph iterator to the specified position within the containing CogOCVMaxPattern object. If the argument is zero, move to the first paragraph position in the CogOCVMaxPattern object. If the argument is -1, move to the end paragraph position in the CogOCVMaxPattern object. An exception is generated if the argument is not valid.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Parameters
- Position
- Type: System Int32
A System::Int32 index into the enclosing CogOCVMaxPattern object.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the argument is less than -1 or greater than the number of paragraphs in the enclosing CogOCVMaxPattern object. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
| InvalidOperationException | If this paragraph iterator cannot be found. |
See Also