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.
Type: BDE annotation
angle
The angle of rotation that is to be set for an annotation.
Type: double

Examples

Set the angle of rotation for an annotation:

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