Share via


TupleNodeCollection.Add Method (Microsoft.PerformancePoint.Scorecards)

Adds a new item.

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

Syntax

'Declaration
Public Function Add ( _
    value As TupleNode _
) As Integer
'Usage
Dim instance As TupleNodeCollection
Dim value As TupleNode
Dim returnValue As Integer

returnValue = instance.Add(value)
public int Add (
    TupleNode value
)

Parameters

  • value
    New item to add.

Return Value

The index where the new item was added.

See Also

Reference

TupleNodeCollection Class
TupleNodeCollection Members
Microsoft.PerformancePoint.Scorecards Namespace