Copies collection items to the Baltie2DArea..::.Baltie2DCollection array, starting at the index index in the array collection.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void CopyTo(
	Baltie2DArea..::.Baltie2DCollection collection,
	int index
)

Parameters

collection
Type: SGP.Baltie2D..::.Baltie2DArea..::.Baltie2DCollection
The Baltie2DArea..::.Baltie2DCollection array where the items will be copied to.
index
Type: System..::.Int32
Position in the array where the copying will start (integer number or 0).

See Also