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