CogOCVMaxParagraphIterator Copy Method Cognex VisionPro 9.8 SR1
Return a newly created paragraph iterator that is functionally identical to this one - it will have the same paragraph position within the same enclosing CogOCVMaxPattern object.

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

public CogOCVMaxParagraphIterator Copy()

Return Value

Type: CogOCVMaxParagraphIterator
A CogOCVMaxParagraphIterator with the same paragraph position as this paragraph iterator.
Exceptions

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