Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataFree


Description
Release the memory allocated by ProDtlsymdefdataAlloc.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataFree(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully released memory.
PRO_TK_BAD_INPUTSBad argument.

Manual References:

  1. Drawings: Symbol Definition Data
  2. Drawings: Symbol Definition Data

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )
  2. pt_examples ( TestSymDefMenu.c )
  3. pt_examples ( TestSymDefMenu.c )
  4. pt_userguide ( UgDtlsymdefExamples.c )