Construct a CogDLRuntimeParamBase with the supplied
stream name, tool name, and tool type.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
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
| Exception | Condition |
|---|---|
| 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