CogDLRuntimeStreams Item Property (String)Cognex VisionPro 9.23
Get the CogDLRuntimeStream with the specified 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 CogDLRuntimeStream this[
	string streamName
] { get; }

Parameters

streamName
Type: System String
The name of the desired stream.

Property Value

Type: CogDLRuntimeStream
Exceptions

ExceptionCondition
ArgumentException If the stream name argument is null or empty.
ArgumentOutOfRangeException If the specified stream name is not found.
See Also