TupleNodeCollection.FromArray Method

Creates a collection from an array.

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

Syntax

'Declaration
Public Shared Function FromArray ( _
    array As TupleNode() _
) As TupleNodeCollection
'Usage
Dim array As TupleNode()
Dim returnValue As TupleNodeCollection

returnValue = TupleNodeCollection.FromArray(array)
public static TupleNodeCollection FromArray(
    TupleNode[] array
)

Parameters

  • array
    Type: []

    The array to create collection from.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.TupleNodeCollection
A new collection.

See Also

Reference

TupleNodeCollection Class

TupleNodeCollection Members

Microsoft.PerformancePoint.Scorecards Namespace