Object ProDtlnoteldata

Function ProDtlnoteldataLinesSet


Description
Sets text lines to note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::TextLines
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteldataLinesSet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProDtlnoteline* line
/* (In)
ProArray of the text lines.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the text lines.
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_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )