Share via


KpiValueCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies this collection to the supplied collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

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

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

Parameters

  • list
    The collection to copy to.
  • index
    The index to start copying from.

See Also

Reference

KpiValueCollection Class
KpiValueCollection Members
Microsoft.PerformancePoint.Scorecards Namespace