ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ActionCollection.CopyTo Method

Copies the collection of Actions beginning with the specified index to the specified array of Action objects.

[Visual Basic]

Public Sub CopyTo( _

ByVal array As Action(), _

ByVal index As Integer _

)

[C#]

public void CopyTo(

Action[] array,

int index

);

[Delphi]

public procedure CopyTo(

array: Action();

index: Int32

);

Parameters

array

The one-dimensional Array that is the destination of the elements copied from collection. The array must have zero-based indexing.

index

The zero-based index in array at which copying begins.

See Also

ActionCollection Class | ActionCollection Members | C1.Win.C1Chart Namespace | ActionCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.