Gets or sets the ICogTool with the specified key. In C#, this property
is the indexer for the CogToolCollection class.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
public ICogTool this[
string key
] { get; set; }public ICogTool this[
string key
] { get; set; }Public Default Property Item (
key As String
) As ICogTool
Get
Set
Public Default Property Item (
key As String
) As ICogTool
Get
Set
public:
property ICogTool^ default[String^ key] {
ICogTool^ get (String^ key);
void set (String^ key, ICogTool^ value);
}public:
property ICogTool^ default[String^ key] {
ICogTool^ get (String^ key);
void set (String^ key, ICogTool^ value);
}Parameters
- key
- Type: System String
The key of the ICogTool to get or set.
Property Value
Type:
ICogToolThe ICogTool with the specified key.