Share via


TupleNodeCollection.FromArray Method (Microsoft.PerformancePoint.Scorecards)

Creates a TupleNodeCollection 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
    Array to create collection from.

Return Value

A new collection.

See Also

Reference

TupleNodeCollection Class
TupleNodeCollection Members
Microsoft.PerformancePoint.Scorecards Namespace