Share via


IndicatorBandCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies 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 IndicatorBandCollection, _
    index As Integer _
)
'Usage
Dim instance As IndicatorBandCollection
Dim list As IndicatorBandCollection
Dim index As Integer

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

Parameters

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

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace