Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteModify


Description
Modifies a note.
Replacement in Object TOOLKIT: pfcDetailNoteItem::Modify
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteModify(
ProDtlnote* note
/* (In)
The note.
*/
ProDtlsymdef* symbol
/* (In)
If you are modifying a note from the drawing, set the symbol to NULL. If you are modifying a note from a symbol definition, set the symbol to be that symbol definition.
*/
ProDtlnotedata notedata
/* (In)
The note data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully modified the note data.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORCan't modify the note.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items
  3. Drawings: Read-Only Notes

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_userguide ( UgNotesColor.c )
  3. pt_userguide ( UgTableColorChange.c )