MemberNodeCollection.FromArray method
Creates a MemberNodeCollection collection from an array of MemberNode objects.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function FromArray ( _
array As MemberNode() _
) As MemberNodeCollection
'Usage
Dim array As MemberNode()
Dim returnValue As MemberNodeCollection
returnValue = MemberNodeCollection.FromArray(array)
public static MemberNodeCollection FromArray(
MemberNode[] array
)
Parameters
array
Type: []The array to copy from.
Return value
Type: Microsoft.PerformancePoint.Scorecards.MemberNodeCollection
The new collection.