Gets the T with the specified Name or ID.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
public T this[
string key
] { get; }public T this[
string key
] { get; }Public ReadOnly Default Property Item (
key As String
) As T
Get
Public ReadOnly Default Property Item (
key As String
) As T
Get
public:
property T default[String^ key] {
T get (String^ key);
}public:
property T default[String^ key] {
T get (String^ key);
}Parameters
- key
- Type: System String
Property Value
Type:
T
Read only because a setting a value at an index would cause the
item to imeadiatly re-index itself.