CogDLRuntimeStreams Item Property (String)Cognex VisionPro 9.25 SR1
Get the CogDLRuntimeStream with the specified name.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.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