IBIMonitoringServiceApplicationProxy.CreateAnnotation Method
Creates an annotation for a scorecard cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function CreateAnnotation ( _
annotation As Annotation _
) As Annotation
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim annotation As Annotation
Dim returnValue As Annotation
returnValue = instance.CreateAnnotation(annotation)
Annotation CreateAnnotation(
Annotation annotation
)
Parameters
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe annotation object to create.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The new annotation.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface