bdeCreateAnnotationText
Creates a text annotation in the UI.
Syntax
annotation = bdeCreateAnnotationText(textName, textContent)
Inputs
- textName
 - The name of the annotation that is to be created.
 - textContent
 - The content of the annotation that is to be created.
 
Outputs
- annotation
 - The annotation that is created.
 
Examples
          annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation')
        
        
          
            annotation = hwdcAnnotation