SmartLineVerificationResults CopyTo Method Cognex VisionPro 9.22
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.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax

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

Parameters

array
Type:  Cognex.Vision.SmartLine SmartLineVerificationResult 
arrayIndex
Type: System Int32
See Also