bdeSetAnnotationTextAngle

Sets the angle of rotation of an annotation.

Syntax

bdeSetAnnotationTextAngle(annotation, angle)

Inputs

annotation
The annotation to rotate.
Type: hwdcAnnotation
angle
The angle to rotate the annotaion to.
Type: double

Examples

Rotate a text annotation:

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