Get the marking at the specified index.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
public CogDLRuntimeMarking this[
int index
] { get; }public CogDLRuntimeMarking this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As CogDLRuntimeMarking
Get
Public ReadOnly Default Property Item (
index As Integer
) As CogDLRuntimeMarking
Get
public:
property CogDLRuntimeMarking^ default[int index] {
CogDLRuntimeMarking^ get (int index);
}public:
property CogDLRuntimeMarking^ default[int index] {
CogDLRuntimeMarking^ get (int index);
}Parameters
- index
- Type: System Int32
Property Value
Type:
CogDLRuntimeMarking| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
If the index is less than zero or not less than Count.
|