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

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.1.0.0
Syntax

public virtual void CopyTo(
	Array dest,
	int index
)

Parameters

dest
Type: System Array
The destination of the copy operation. The destination array must have zero-based indexing.
index
Type: System Int32
The zero-based index in dest at which copying begins.

Implements

ICollection CopyTo(Array, Int32)
See Also