Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataLineAdd


Description
Adds a text line to note.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataLineAdd(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProDtlnoteline line
/* (In)
The text line.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the text line.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data

Sample Code References:

  1. pt_userguide ( UgDtlnoteExamples.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )
  3. pt_userguide ( UgNoteCreate.c )