CogDLRuntimeResults CopyTo Method Cognex VisionPro 9.24
Copies the contents of this collection to an array.

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

public void CopyTo(
	KeyValuePair<string, CogDLRuntimeMarking>[] array,
	int arrayIndex
)

Parameters

array
Type:  System.Collections.Generic KeyValuePair String, CogDLRuntimeMarking  
The array into which to copy.
arrayIndex
Type: System Int32
The starting index at which to copy.
See Also