Category Drawings and detail, Object ProDtlsymdefattach

Function ProDtlsymdefattachFree


Description
Release the memory that was allocated by ProDtlsymdefattachAlloc.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefattachFree(
ProDtlsymdefattach attach
/* (In)
The symbol definition attachment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully released memory.
PRO_TK_BAD_INPUTSBad input argument.

Manual References:

  1. Drawings: Symbol Definition Attachments

Sample Code References:

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