Category
3D drawings and annotations
, Category
Graphics and model display
, Object
ProText
Function ProTextStyleAngleSet
Description
Sets the angle of the text style.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleAngleSet
(
ProTextStyle
text_style
/* (In)
The text style
*/
double
angle
/* (In)
The angle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the angle.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Annotations: Annotation Features and Annotations: Text Style Properties
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestSetup.c )