Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteShow


Description
Show a note. Make note in the database appear on the drawing and continue to appear after the drawing is regenerated. NOTE: The drawing must be current to use this function; to set a note to be displayed in a non-current drawing using ProDtlnotedataDisplayedSet() and regenerate the drawing.
Replacement in Object TOOLKIT: pfcDetailNoteItem::Show
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteShow(
ProDtlnote* note
/* (In)
The note.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully show the note.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORCan't show the note.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

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