Gets or sets the item at the specified index. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionPro.FGGigEAssembly: Cognex.VisionPro.FGGigE (in Cognex.VisionPro.FGGigE.dll) Version: 65.1.0.0
public virtual ICogFrameGrabber this[
int index
] { get; }public virtual ICogFrameGrabber this[
int index
] { get; }Public Overridable ReadOnly Default Property Item (
index As Integer
) As ICogFrameGrabber
Get
Public Overridable ReadOnly Default Property Item (
index As Integer
) As ICogFrameGrabber
Get
public:
virtual property ICogFrameGrabber^ default[int index] {
ICogFrameGrabber^ get (int index);
}public:
virtual property ICogFrameGrabber^ default[int index] {
ICogFrameGrabber^ get (int index);
}Parameters
- index
- Type: System Int32
The index of the item to get or set.
Property Value
Type:
ICogFrameGrabber