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