CogDLRuntime SelectedStreamName Property Cognex VisionPro 9.22
The name of the stream to be processed.

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

public string SelectedStreamName { get; set; }

Property Value

Type: String
Events

Event TypeReason
ICogChangedEvent Changed Fires when this value is changed. The following state flags may be affected:
  • SfSelectedStreamName
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
ArgumentException If the input argument is an empty string.
Remarks

Note that when setting this property no attempt is made to verify that the specified stream exists within the current workspace. That validation will occur in the Execute method.
See Also