CogDLRuntimeResults Item Property (String)Cognex VisionPro 9.24
Get the marking with specified name.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogDLRuntimeMarking this[
	string name
] { get; }

Parameters

name
Type: System String

Property Value

Type: CogDLRuntimeMarking
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the name is not found.
See Also