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.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationRotate
(
ProAnnotation* annotation
/* (In)
The annotation.
*/
double rotation
/* (In)
The rotation angle in degrees to apply to the given annotation.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation does not support assigned rotation angles.
Could not modify the given item because it has read-only access.
See Also
User Guide References
Isto foi útil?