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

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