Category Drawings and detail, Object ProDtlsymdef

Function ProDtlsymdefModify


Description
Modify a symbol definition.
Replacement in Object TOOLKIT: pfcDetailSymbolDefItem::Modify
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefModify(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
ProDtlsymdefdata data
/* (In)
The symbol definition data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully modify the symbol definition.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't modify 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 )
  2. pt_examples ( TestSymDefMenu.c )