CogOCVMaxCharacterIterator Copy Method Cognex VisionPro
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.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public CogOCVMaxCharacterIterator Copy()

Return Value

Type: CogOCVMaxCharacterIterator
A CogOCVMaxCharacterIterator with the same character position, line position, and paragraph position as this character iterator.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf this character iterator cannot be found.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also