ChartPartCollectionCopyTo Method |
Copies the elements of this collection to an Array, starting at a particular Array index.
Namespace: Easymap.AddIn.AnalyseAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void CopyTo(
ChartPart[] array,
int arrayIndex
)
Public Sub CopyTo (
array As ChartPart(),
arrayIndex As Integer
)
Parameters
- array ChartPart
- The one-dimensional Array that is the destination of the elements. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
See Also