ClassifyTrainItemCollection CopyTo Method Cognex VisionPro 9.21 SR1
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.21.1.1
Syntax

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

Parameters

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