Category
Drawings and detail
, Object
ProDtlnotedata
Function ProDtlnotedataFree
Description
Release memory allocated by
ProDtlnotedataAlloc.
(Also frees text lines, texts and leaders)
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataFree
(
ProDtlnotedata
notedata
/* (In)
The note data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully release memory.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestSymDefMenu.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )