Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataAlloc


Description
Allocate and initialize memory for note data. User must release memory by ProDtlnotedataFree.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataAlloc(
ProMdl owner
/* (In)
The owner model of the note
*/
ProDtlnotedata* notedata
/* (Out)
The note data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory.
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_userguide ( UgDtlnoteExamples.c )
  3. pt_userguide ( UgDtlsymdefExamples.c )
  4. pt_userguide ( UgNoteCreate.c )