bdeCreateAnnotationText

Creates a text annotation in the ui.

Syntax

annotation = bdeCreateAnnotationText(textName, textContent)

Inputs

textName
The name of the annotation being created.
Type: string
textContent
The content of the annotation being created.
Type: string

Outputs

annotation
The newly created annotation.
Type: hwdcAnnotation

Examples

Create an annotation:

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

          
            annotation = hwdcAnnotation