CogChangedEventFunnel Item Property Cognex VisionPro 9.7
Gets or sets the ICogChangedEvent at the specified index. In C#, this property is the indexer for the CogChangedEventFunnel class.

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

public ICogChangedEvent this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
The zero-based index of the ICogChangedEvent to get or set.

Property Value

Type: ICogChangedEvent
The ICogChangedEvent at the specified index.
See Also