Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataFree


Description
Release memory allocated by ProDtlnotedataAlloc. (Also frees text lines, texts and leaders)
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataFree(
ProDtlnotedata notedata
/* (In)
The note data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully release memory.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

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 )
  3. pt_examples ( TestDtlnote.c )
  4. pt_examples ( TestSymDefMenu.c )
  5. pt_userguide ( UgDtlnoteExamples.c )
  6. pt_userguide ( UgDtlsymdefExamples.c )
  7. pt_userguide ( UgNoteCreate.c )