Gets or sets the record at a specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
ICogRecord this[
int index
] { get; set; }ICogRecord this[
int index
] { get; set; }Default Property Item (
index As Integer
) As ICogRecord
Get
Set
Default Property Item (
index As Integer
) As ICogRecord
Get
Set
property ICogRecord^ default[int index] {
ICogRecord^ get (int index);
void set (int index, ICogRecord^ value);
}property ICogRecord^ default[int index] {
ICogRecord^ get (int index);
void set (int index, ICogRecord^ value);
}Property Value
Type:
ICogRecord