CogDLRuntimeStreams CopyTo Method Cognex VisionPro 9.22
Copy the CogDLRuntimeStream references into the supplied array, starting at the specified array 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 void CopyTo(
	CogDLRuntimeStream[] array,
	int arrayIndex
)

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

ExceptionCondition
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