Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextStyleGet


Description
Retrieves the text style of the specified text in the note
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextStyleGet(
ProDtlnotetext note_text
/* (In)
The note text.
*/
ProTextStyle* r_text_style
/* (Out)
The text style of specified text in the note. Free this using ProTextStyleFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more inputs are NULL or invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )