Get the CogDLRuntimeStream with the specified name.
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 desired stream.
Property Value
Type: CogDLRuntimeStreamExceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the stream name argument is null or empty. |
| ArgumentOutOfRangeException | If the specified stream name is not found. |
See Also