Function ProAnnotationTextstyleSet
Description
Assigns the text style to an annotation.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProAnnotation.h>
ProAnnotationTextstyleSet
(
ProAnnotation* annotation
/* (In)
The annotation.
*/
ProDrawing drawing
/* (In)
If the annotation is owned by solid but displayed in drawing, pass the drawing here. Else pass NULL.
*/
ProAsmcomppath* comp_path
/* (In)
The assembly component path. Only needed for symbols that are shown more than once at different component paths. Otherwise, pass NULL.
*/
ProView view
/* (In)
Reserved for future expansion. Pass NULL.
*/
ProTextStyle text_style
/* (In)
The text style.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No shown version of annotation was found in the drawing
User Guide References
Isto foi útil?