Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteErase


Description
Erase a note. Makes the note disappear on the drawing until the drawing is regenerated. NOTE: The drawing must be current to use this function
Replacement in Object TOOLKIT: pfcDetailNoteItem::Erase
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteErase(
ProDtlnote* note
/* (In)
The note.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully erased the note.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORCan't erase the note.

Manual References:

  1. Drawings: Displaying Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

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