Category Drawings and detail, Object ProDtlnoteline

Function ProDtlnotelineFree


Description
Free memory that was allocated by ProDtlnotelineAlloc.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotelineFree(
ProDtlnoteline line
/* (In)
The note text line handle.
*/
)
Returns
PRO_TK_NO_ERRORsuccess;
PRO_TK_BAD_INPUTSthe argument is invalid.

Manual References:

  1. Drawings: Detail Note Line Data
  2. Drawings: Detail Note Line Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlsyminst.c )
  3. pt_examples ( TestSymDefInfo.c )