CogOCVMaxLineIterator Copy Method Cognex VisionPro 9.5
Return a newly created line iterator that is functionally identical to this one - it will have the same line position within the same enclosing paragraph.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public CogOCVMaxLineIterator Copy()

Return Value

Type: CogOCVMaxLineIterator
A CogOCVMaxLineIterator with the same line position and paragraph position as this line iterator.
Exceptions

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