Category Drawings and detail, Object ProDtlnoteline

Function ProDtlnotelineAlloc


Description
Allocate memory for the note text line data. User must free memory by ProDtlnotelineFree()
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotelineAlloc(
ProDtlnoteline* line
/* (Out)
The note text line handle.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_OUT_OF_MEMORYThe function can't allocate 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 )