CogOCVMaxCharacterIterator Copy Method Cognex VisionPro 9.8
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: 75.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
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf this character iterator cannot be found.
See Also