Category
Drawings and detail
, Object
ProDtlnotedata
Function ProDtlnotedataTextStyleSet
Description
Set text style in the note_data.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataTextStyleSet
(
ProDtlnotedata
note_data
/* (In)
The note data.
*/
ProTextStyle
r_text_style
/* (In)
The text style of the note.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more inputs are NULL or invalid.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )