CogChangedEventFunnel Remove Method Cognex VisionPro
Removes the first occurrence of a specific ICogChangedEvent from the CogChangedEventFunnel.

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

public void Remove(
	ICogChangedEvent value
)

Parameters

value
Type: Cognex.VisionPro ICogChangedEvent
The ICogChangedEvent to remove from the CogChangedEventFunnel.
See Also