OCRCharacterResultCollection GetEnumerator Method Cognex VisionPro 9.21
Returns an IEnumerator for the collection.

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

public override IEnumerator<OCRCharacterResult> GetEnumerator()

Return Value

Type: IEnumerator OCRCharacterResult 

Implements

IEnumerable T  GetEnumerator 
See Also