Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteDraw


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

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgNotesColor.c )