IAnnotationServiceGetAnnotation Method |
Gets the annotation by its ID.
Namespace: Dundas.BI.Data.AnnotationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxAnnotation GetAnnotation(
Guid annotationId
)
Function GetAnnotation (
annotationId As Guid
) As Annotation
Annotation^ GetAnnotation(
Guid annotationId
)
abstract GetAnnotation :
annotationId : Guid -> Annotation Parameters
- annotationId Guid
- The annotation ID.
Return Value
AnnotationThe annotation.
Exceptions
See Also