bdeGetAnnotationTextAngle

Gets the angle of rotation of an annotation.

Syntax

annotationAngle = bdeGetAnnotationTextAngle(annotation)

Inputs

annotation
The annotation from which to get the angle of rotation.
Type: BDE annotation

Outputs

annotationAngle
The angle of rotation of the annotation.
Type: double

Examples

Get the angle of rotation of an annotation:

          annotation = bdeCreateAnnotationText('annotation1', 'Annotation text')
          annotationAngle = bdeGetAnnotationTextAngle(annotation)
        

          
            annotationAngle = 90