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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.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