CogDLRuntimeParamBase Constructor (String, String, CogDLRuntimeToolTypeConstants)Cognex VisionPro 9.25 SR1
Construct a CogDLRuntimeParamBase with the supplied stream name, tool name, and tool type.

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

public CogDLRuntimeParamBase(
	string streamName,
	string toolName,
	CogDLRuntimeToolTypeConstants toolType
)

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.
toolType
Type: Cognex.VisionPro.DLRuntime CogDLRuntimeToolTypeConstants
The type of the subject tool.
Exceptions

ExceptionCondition
ArgumentNullException If the streamName argument is null or empty.
ArgumentNullException If the toolName argument is null or empty.
ArgumentException If the toolType argument is not a valid member of the CogDLRuntimeToolTypeConstants enumeration.
See Also