CogChangedEventFunnel Item Property Cognex VisionPro 9.8 SR1
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: 75.0.0.0 (75.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