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
annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation');
bdeSetAnnotationTextAngle(annotation, 90)