CogFrameGrabber8501s Item Property Cognex VisionPro 9.25 SR1
Gets the item at the specified index. In C#, this property is the indexer for the collection.

Namespace: Cognex.VisionPro.FG8501
Assembly: Cognex.VisionPro.FG8501 (in Cognex.VisionPro.FG8501.dll) Version: 93.1.0.0
Syntax

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

Parameters

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

Property Value

Type: ICogFrameGrabber
See Also