Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextStyleHeightSet


Description
Sets the text style height.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleHeightSet(
ProTextStyle text_style
/* (In)
The text style
*/
double height
/* (In)
The height
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the height.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
  2. Drawings: Detail Note Text Data
  3. Drawings: Detail Note Text Data
  4. Annotations: Annotation Features and Annotations: Text Style Properties

Sample Code References:

  1. pt_examples ( TestSetup.c )