Category
Drawings and detail
, Object
ProDtlnoteline
Function ProDtlnotelineFree
Description
Free memory that was allocated by
ProDtlnotelineAlloc.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotelineFree
(
ProDtlnoteline
line
/* (In)
The note text line handle.
*/
)
Returns
PRO_TK_NO_ERROR
success;
PRO_TK_BAD_INPUTS
the argument is invalid.
Manual References:
Drawings: Detail Note Line Data
Drawings: Detail Note Line Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlsyminst.c )
pt_examples ( TestSymDefInfo.c )