CogDLRuntimeParams Item Property Cognex VisionPro 9.24
The indexer for this dictionary.

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

public ICogDLRuntimeParam this[
	string key
] { get; set; }

Parameters

key
Type: System String
The key of the desired dictionary entry.

Property Value

Type: ICogDLRuntimeParam
Exceptions

ExceptionCondition
ArgumentNullException If the key argument is null.
ArgumentNullException If a value argument is null.
ArgumentNullException If a value arguments ToolName field is null or empty.
ArgumentException If a value arguments ToolName field does not match the key argument.
See Also