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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual void CopyTo(
	Array array,
	int index
)

Implements

ICollection CopyTo(Array, Int32)
See Also