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

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