GridHeaderUtils.GetMaxLayerDepth Method (Microsoft.PerformancePoint.Scorecards)

Gets the maximum depth of the tree.

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

Syntax

'Declaration
Public Shared Function GetMaxLayerDepth ( _
    headers As List(Of GridHeaderItem) _
) As Integer
'Usage
Dim headers As List(Of GridHeaderItem)
Dim returnValue As Integer

returnValue = GridHeaderUtils.GetMaxLayerDepth(headers)
public static int GetMaxLayerDepth (
    List<GridHeaderItem> headers
)

Parameters

  • headers
    The headers.

Return Value

The maximum depth of the tree.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace