Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataTextStyleSet


Description
Set text style in the note_data.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataTextStyleSet(
ProDtlnotedata note_data
/* (In)
The note data.
*/
ProTextStyle r_text_style
/* (In)
The text style of the note.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs are NULL or invalid.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )
  4. pt_userguide ( UgNoteCreate.c )