CogShapeModelPropCollection CopyTo Method Cognex VisionPro 9.22 SR1
Copies the contents of this collection to an array.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax

public virtual void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
The array into which to copy.
index
Type: System Int32
The index from which to start copying.

Implements

ICogShapeModelCollection CopyTo(Array, Int32)
See Also