bdeSetAnnotationTextAngle
Sets the angle of rotation for an annotation.
Syntax
bdeSetAnnotationTextAngle(annotation, angle)
Inputs
- annotation
 - The annotation for which the angle of rotation is to be set.
 - angle
 - The angle of rotation that is to be set for an annotation.
 
Examples
 Set the angle of rotation for an annotation: 
    
          annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation');
          bdeSetAnnotationTextAngle(annotation, 90)