Get the CogDLRuntimeStream at the specified index.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero based index of the desired item.
Property Value
Type: CogDLRuntimeStreamExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied index argument is less than zero or greater than or equal to Count. |
See Also