CogChangedEventFunnel Add Method Cognex VisionPro 9.21 SR1
Adds an item to the CogChangedEventFunnel.

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

public int Add(
	ICogChangedEvent value
)

Parameters

value
Type: Cognex.VisionPro ICogChangedEvent
The ICogChangedEvent to add to the CogChangedEventFunnel.

Return Value

Type: Int32
See Also