CogChangedEventFunnel IndexOf Method Cognex VisionPro 9.23
Determines the index of a specific ICogChangedEvent in the CogChangedEventFunnel.

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

public int IndexOf(
	ICogChangedEvent value
)

Parameters

value
Type: Cognex.VisionPro ICogChangedEvent
The ICogChangedEvent to locate in the CogChangedEventFunnel.

Return Value

Type: Int32
The index of value if found in the CogChangedEventFunnel; otherwise, -1.
See Also