CogChangedEventFunnel GetEnumerator Method Cognex VisionPro 9.10
Returns an enumerator that can iterate through the CogChangedEventFunnel's elements.

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

public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through the CogChangedEventFunnel's ICogChangedEvent objects.
See Also