Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataTextStyleGet


Description
Retrieves the text style of the note. If the note has texts with different styles, the returned style will have a mixed state for attributes that aren't the same in all texts. Inquiry functions such as ProTextStyleFontGet will return PRO_TK_GENERAL_ERROR when the attribute is in a mixed state.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataTextStyleGet(
ProDtlnotedata note_data
/* (In)
The note data.
*/
ProTextStyle* r_text_style
/* (Out)
The text style of the note. You must free this memory when you are done using it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more inputs are NULL or invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Text Properties
  2. Drawings: Detail Note Data
  3. Drawings: Detail Note Data