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: 12.0.0.0
Syntax public void CopyTo(
ChartPart[] array,
int arrayIndex
)
Public Sub CopyTo (
array As ChartPart(),
arrayIndex As Integer
)
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