CogDLRuntimeParamBlueRead Constructor (String, String)Cognex VisionPro 9.24
Construct a CogDLRuntimeParamBlueRead with the supplied stream name and tool 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 CogDLRuntimeParamBlueRead(
	string streamName,
	string toolName
)

Parameters

streamName
Type: System String
The name of the stream containing the subject ViDi tool.
toolName
Type: System String
The name of the subject ViDi tool.
Exceptions

ExceptionCondition
ArgumentNullException If the streamName argument is null or empty.
ArgumentNullException If the toolName argument is null or empty.
See Also