CogDLRuntimeStreams Item Property (Int32)Cognex VisionPro 9.22
Get the CogDLRuntimeStream at the specified index.

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

public CogDLRuntimeStream this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero based index of the desired item.

Property Value

Type: CogDLRuntimeStream
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied index argument is less than zero or greater than or equal to Count.
See Also