bdeGetAnnotationTextContent
Gets the text content of an annotation.
Syntax
annotation = bdeGetAnnotationTextContent(annotation)
Inputs
- annotation
 - The annotation from which to get the text.
 
Outputs
- annotationText
 - The text content of the annotation.
 
Examples
          annotation = bdeCreateAnnotationText('annotation1', 'Annotation text');
          annotationText = bdeGetAnnotationTextContent(annotation);
        
        
          
            annotationText = Annotation text