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

Function ProTextStyleColorGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleColorGetWithDef
Description
Obtains the color applied to this text style. If the text style has default color, this function will return PRO_COLOR_METHOD_TYPE with an undefined color.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleColorGet(
ProTextStyle text_style
/* (In)
The text style.
*/
ProColor* color
/* (Out)
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