Category Drawings and detail, Object ProDtlnoteline

Function ProDtlnotelineTextsSet


Description
Setup the text for the note text line data.
Replacement in Object TOOLKIT: pfcDetailTextLine::Texts
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotelineTextsSet(
ProDtlnoteline line
/* (In)
The note text line handle.
*/
ProDtlnotetext* texts
/* (In)
A ProArray of of text handles.
*/
)
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_examples ( TestDtlnote.c )