KpiMeasureValueCollection.AddRange Method

Adds the objects in the specified collection to this collection.

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

Syntax

'Declaration
Public Sub AddRange ( _
    c As ICollection _
)
'Usage
Dim instance As KpiMeasureValueCollection
Dim c As ICollection

instance.AddRange(c)
public void AddRange(
    ICollection c
)

Parameters

See Also

Reference

KpiMeasureValueCollection Class

KpiMeasureValueCollection Members

Microsoft.PerformancePoint.Scorecards Namespace