[]
Copies the collection Chart3DContourLevel elements beginning with the specified index to an array of Chart3DContourLevel objects.
public void CopyTo(Chart3DContourLevel[] array, int index)
Public Sub CopyTo(array As Chart3DContourLevel(), index As Integer)
| Type | Name | Description |
|---|---|---|
| Chart3DContourLevel[] | array | Output array, |
| int | index | Starting index. |