OCRLineCollection GetEnumerator Method Cognex VisionPro 9.25 SR1
Returns an IEnumerator for the collection.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.25.1.0
Syntax

public override IEnumerator<OCRLine> GetEnumerator()

Return Value

Type: IEnumerator OCRLine 

Implements

IEnumerable T  GetEnumerator 
See Also