Category 3D drawings and annotations, Object ProAnnotation

Function ProAnnotationRotate


Description
Assigns a rotation angle to a given annotation.

Note: A change in rotation angle can cause a given annotation to change the assigned value for its annotation plane. Applications should reacquire the annotation's plane after a call to this function.

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationRotate(
ProAnnotation* annotation
/* (In)
The annotation.
*/
double rotation
/* (In)
The rotation angle in degrees to apply to the given annotation.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe annotation does not support assigned rotation angles.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.
See Also
ProAnnotationplaneAngleGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Annotation Orientation