Category
Drawings and detail
, Object
ProDtlattach
Function ProDtlattachFree
Description
Release the memory that was allocated by
ProDtlattachAlloc.
Synopsis
#include <
ProDtlattach.h
>
ProError
ProDtlattachFree
(
ProDtlattach
attachment
/* (In)
The detail attachment.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully released memory.
PRO_TK_BAD_INPUTS
Bad input argument.
Manual References:
Drawings: Detail Attachments and Leaders
Drawings: Detail Attachments and Leaders
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlsyminst.c )
pt_examples ( TestDtlsyminst.c )
pt_examples ( TestDtlsyminst.c )
pt_examples ( TestDtlsyminst.c )
pt_userguide ( UgDtlsyminstExamples.c )
pt_userguide ( UgNoteCreate.c )