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.
Type: string
textContent
The content of the annotation that is to be created.
Type: string

Outputs

annotation
The annotation that is created.
Type: BDE annotation

Examples

Create an annotation:

          annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation')
        

          
            annotation = hwdcAnnotation