Share via


IBIMonitoringStore.GetAnnotation Method

Gets an annotation.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetAnnotation ( _
    scorecardLocation As RepositoryLocation, _
    tupleCollection As TupleCollection, _
    cellPath As String _
) As Annotation
'Usage
Dim instance As IBIMonitoringStore
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim returnValue As Annotation

returnValue = instance.GetAnnotation(scorecardLocation, _
    tupleCollection, cellPath)
Annotation GetAnnotation(
    RepositoryLocation scorecardLocation,
    TupleCollection tupleCollection,
    string cellPath
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Annotation
The annotation at the specified location.

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace