Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextAlloc


Description
Allocate memory for the note text data. User must free memory with ProDtlnotetextFree().
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextAlloc(
ProDtlnotetext* text
/* (Out)
The note data handle
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_OUT_OF_MEMORYThe function can't allocate memory

Manual References:

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

Sample Code References:

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