Share via


Annotation constructor (Guid, RepositoryLocation, TupleCollection, String)

Initializes a new instance of the Annotation class.

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

Syntax

'Declaration
Public Sub New ( _
    configuredViewID As Guid, _
    scorecardLocation As RepositoryLocation, _
    tupleCollection As TupleCollection, _
    cellPath As String _
)
'Usage
Dim configuredViewID As Guid
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPath As String

Dim instance As New Annotation(configuredViewID, _
    scorecardLocation, tupleCollection, _
    cellPath)
public Annotation(
    Guid configuredViewID,
    RepositoryLocation scorecardLocation,
    TupleCollection tupleCollection,
    string cellPath
)

Parameters

  • cellPath
    Type: System.String

    The coordinates of the scorecard cell that the annotation is associated with.

See also

Reference

Annotation class

Annotation members

Annotation overload

Microsoft.PerformancePoint.Scorecards namespace