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

Namespace: Cognex.VisionPro.ImagingDevice
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 80.0.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