ToolPinCollection CopyTo Method Cognex VisionPro 9.20
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.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

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

Parameters

array
Type:  Cognex.Vision.Implementation ToolPin 
arrayIndex
Type: System Int32

Implements

ICollection T  CopyTo( T , Int32)
See Also