CogChangedEventFunnel GetEnumerator Method Cognex VisionPro 9.22 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: 87.1.0.0 (87.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