Category
Drawings and detail
, Object
ProDtlsymdef
Function ProDtlsymdefDelete
Description
Delete a symbol definition.
Synopsis
#include <
ProDtlsymdef.h
>
ProError
ProDtlsymdefDelete
(
ProDtlsymdef
*
symdef
/* (In)
The symbol definition.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the symbol definition data.
PRO_TK_BAD_INPUTS
Bad input argument.
PRO_TK_GENERAL_ERROR
Can't delete the symbol definition data.
Manual References:
Drawings: Creating, Modifying and Reading Detail Items
Drawings: Creating, Modifying and Reading Detail Items
Sample Code References:
pt_examples ( TestSymDefMenu.c )