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> | ||||||||||||||
ProError | ProAnnotationRotate | ( | ||||||||||||
ProAnnotation* annotation | ||||||||||||||
/* (In) | ||||||||||||||
The annotation. | ||||||||||||||
*/ | ||||||||||||||
double rotation | ||||||||||||||
/* (In) | ||||||||||||||
The rotation angle in degrees to apply to the given annotation. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProAnnotationplaneAngleGet |