Category Drawings and detail, Object ProDtlsymdef

Function ProDtlsymdefDelete


Description
Delete a symbol definition.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefDelete(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the symbol definition data.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_GENERAL_ERRORCan't delete the symbol definition data.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )