CogFrameGrabber8100Ls Item Property Cognex VisionPro
Gets or sets the item at the specified index. In C#, this property is the indexer for the collection.

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

public virtual ICogFrameGrabber this[
	int index
] { get; }

Parameters

index
Type: System Int32
The index of the item to get or set.

Property Value

Type: ICogFrameGrabber
See Also