CogVisionDataFileCDB GetEnumerator Method Cognex VisionPro 9.10
Returns an enumerator that iterates through the collection.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 79.0.0.0
Syntax

public virtual IEnumerator<ICogVisionData> GetEnumerator()

Return Value

Type: IEnumerator ICogVisionData 
An enumerator that can be used to iterate through the contents of the CDB file.
Exceptions

ExceptionCondition
[T:Cognex.VisionPro.Exceptions.CogNoFileOpenException>]The file is not open.
See Also