CogChangedEventFunnel Insert Method Cognex VisionPro 9.22
Inserts an ICogChangedEvent into the CogChangedEventFunnel at the specified position.

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

public void Insert(
	int index,
	ICogChangedEvent value
)

Parameters

index
Type: System Int32
The zero-based index at which value should be inserted.
value
Type: Cognex.VisionPro ICogChangedEvent
The ICogChangedEvent to insert into the CogChangedEventFunnel.
See Also