Get the marking with specified name.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
public CogDLRuntimeMarking this[
string name
] { get; }public CogDLRuntimeMarking this[
string name
] { get; }Public ReadOnly Default Property Item (
name As String
) As CogDLRuntimeMarking
Get
Public ReadOnly Default Property Item (
name As String
) As CogDLRuntimeMarking
Get
public:
property CogDLRuntimeMarking^ default[String^ name] {
CogDLRuntimeMarking^ get (String^ name);
}public:
property CogDLRuntimeMarking^ default[String^ name] {
CogDLRuntimeMarking^ get (String^ name);
}Parameters
- name
- Type: System String
Property Value
Type:
CogDLRuntimeMarking| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
If the name is not found.
|