Category Drawings and detail, Object ProDtlattach

Function ProDtlattachFree


Description
Release the memory that was allocated by ProDtlattachAlloc.
Synopsis
#include <ProDtlattach.h>
ProErrorProDtlattachFree(
ProDtlattach attachment
/* (In)
The detail attachment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully released memory.
PRO_TK_BAD_INPUTSBad input argument.

Manual References:

  1. Drawings: Detail Attachments and Leaders
  2. Drawings: Detail Attachments and Leaders

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlnote.c )
  4. pt_examples ( TestDtlnote.c )
  5. pt_examples ( TestDtlnote.c )
  6. pt_examples ( TestDtlsyminst.c )
  7. pt_examples ( TestDtlsyminst.c )
  8. pt_examples ( TestDtlsyminst.c )
  9. pt_examples ( TestDtlsyminst.c )
  10. pt_userguide ( UgDtlsyminstExamples.c )
  11. pt_userguide ( UgNoteCreate.c )