Category Drawings and detail, Object ProDtlnoteline

Function ProDtlnotelineTextAdd


Description
Add text to the note text line data.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotelineTextAdd(
ProDtlnoteline line
/* (In)
The note text line handle.
*/
ProDtlnotetext text
/* (In)
The handle to the text.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_userguide ( UgDtlnoteExamples.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )
  4. pt_userguide ( UgNoteCreate.c )