GridHeaderItem.GetCoordinates Method (Microsoft.PerformancePoint.Scorecards)

Gets the coordinates of a header.

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

Syntax

'Declaration
Public Function GetCoordinates As SortedDictionary(Of String, String)
'Usage
Dim instance As GridHeaderItem
Dim returnValue As SortedDictionary(Of String, String)

returnValue = instance.GetCoordinates
public SortedDictionary<string,string> GetCoordinates ()

Return Value

A dictionary of dimension name value pairs.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace