bdeSetAnnotationTextPosition
Sets the position of the text in an annotation.
Syntax
bdeSetAnnotationTextPosition(annotation, xPos, yPos)
Inputs
- annotation
 - The annotation in which the text position is to be set.
 - xPos
 - The x position of the text that is to be set for the annotation.
 - yPos
 - The y position of the text that is to be set for the annotation.
 
Examples
          annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation');
          bdeSetAnnotationTextPosition(annotation, 2, 2);