Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextStyleColorSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleColorSetWithDef
Description
Assigns The color applied to this text style. If PRO_COLOR_METHOD_DEFAULT is passed, this function will assign PRO_COLOR_DRAWING, not default color.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleColorSet(
ProTextStyle text_style
/* (In)
The text style.
*/
ProColor* color
/* (In)
The color.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Text Style
  2. Annotations: Annotation Features and Annotations: Text Style Properties