Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataColorSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleColorSet
Description
Note: This function is deprecated Use ProTextStyleColorSet instead. Sets a color for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Color
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataColorSet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProColor* color
/* (In)
The note color.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the note color.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
  2. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestSymDefMenu.c )
  3. pt_userguide ( UgNoteCreate.c )
  4. pt_userguide ( UgNotesColor.c )
  5. pt_userguide ( UgTableColorChange.c )