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

Namespace: Cognex.VisionPro.ImagingDevice
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 65.1.0.0
Syntax

public virtual void CopyTo(
	Array array,
	int index
)

Implements

ICollection CopyTo(Array, Int32)
See Also