Category
Graphics and model display
, Object
ProText
Function ProTextStyleColorSetWithDef
Description
Assigns The color applied to this text style.
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleColorSetWithDef
(
ProTextStyle
text_style
/* (In)
The text style.
*/
ProColor
*
color
/* (In)
The color.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Annotations: Annotation Features and Annotations: Text Style Properties
Annotations: Annotation Features and Annotations: Text Style Properties
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestSymDefMenu.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )
pt_userguide ( UgNotesColor.c )
pt_userguide ( UgTableColorChange.c )