Click or drag to resize

ChartPartCollectionCopyTo 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.AnalyseChartPart
The one-dimensional Array that is the destination of the elements. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also