Click or drag to resize

ChartPartCollection.CopyTo Method

Copies the elements of this collection to an Array, starting at a particular Array index.

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void CopyTo(
	ChartPart[] array,
	int arrayIndex
)

Parameters

array
Type:Easymap.AddIn.Analyse.ChartPart[]
The one-dimensional Array that is the destination of the elements. The Array must have zero-based indexing.
arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also