Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextFree


Description
Free memory that is allocated by ProDtlnotetextAlloc.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextFree(
ProDtlnotetext text
/* (In)
The note data handle.
*/
)
Returns
PRO_TK_NO_ERRORsuccess;
PRO_TK_BAD_INPUTSthe argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlnote.c )
  4. pt_examples ( TestDtlsyminst.c )
  5. pt_examples ( TestSymDefInfo.c )