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

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[
	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