Share via


GridHeaderItem.PathToCoordinates Method (Microsoft.PerformancePoint.Scorecards)

Converts a path to coordinates.

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

Syntax

'Declaration
Public Shared Function PathToCoordinates ( _
    path As List(Of GridHeaderItem) _
) As SortedDictionary(Of String, String)
'Usage
Dim path As List(Of GridHeaderItem)
Dim returnValue As SortedDictionary(Of String, String)

returnValue = GridHeaderItem.PathToCoordinates(path)
public static SortedDictionary<string,string> PathToCoordinates (
    List<GridHeaderItem> path
)

Parameters

  • path
    The path to convert.

Return Value

The coordinates of the path.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace