ClassifyImageItemCollection CopyTo Method Cognex VisionPro 9.10
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.10.0.0
Syntax

public override void CopyTo(
	ClassifyImageItem[] array,
	int arrayIndex
)

Parameters

array
Type:  Cognex.Vision.ViDiEL ClassifyImageItem 
arrayIndex
Type: System Int32
See Also