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

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.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