Share via


LevelCollection.CopyTo method

Copies this collection to another LevelCollection collection, starting at the specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Sub CopyTo ( _
    list As LevelCollection, _
    index As Integer _
)
'Usage
Dim instance As LevelCollection
Dim list As LevelCollection
Dim index As Integer

instance.CopyTo(list, index)
public virtual void CopyTo(
    LevelCollection list,
    int index
)

Parameters

  • index
    Type: System.Int32

    The zero-based index to start copying to.

See also

Reference

LevelCollection class

LevelCollection members

Microsoft.PerformancePoint.Scorecards namespace