Copy the CogDLRuntimeStream references into the supplied
array, starting at the specified array index.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- array
- Type: Cognex.VisionPro.DLRuntime CogDLRuntimeStream
The target array.
- arrayIndex
- Type: System Int32
The index of the target array at which to start copying.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied array argument is null. |
| ArgumentOutOfRangeException | If the supplied array index argument would result in an attempt to write past the end of the supplied array. |
See Also