Return a newly created character iterator corresponding to the initial character position of this line.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Return Value
Type: CogOCVMaxCharacterIteratorA CogOCVMaxCharacter iterator corresponding to the initial character position in this line.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If this line iterator cannot be found. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
Remarks
See Also