CogOCVMaxCharacterIterator CreateLineIterator Method Cognex VisionPro 9.20
Return a newly created line iterator corresponding to the containing line. This provides access to this character iterator's parent.

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

public CogOCVMaxLineIterator CreateLineIterator()

Return Value

Type: CogOCVMaxLineIterator
A CogOCVMaxLineIterator corresponding to the containing line.
Exceptions

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