Category Drawings and detail, Object ProDtlsymdef

Function ProDtlsymdefDataGet


Description
Get a symbol definition data.
Replacement in Object TOOLKIT: pfcDetailSymbolDefItem::GetInstructions
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefDataGet(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
ProDtlsymdefdata* data
/* (Out)
The symbol definition data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the symbol definition data.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't get the symbol definition data.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )
  3. pt_examples ( TestDtlsyminst.c )
  4. pt_examples ( TestDtlsyminst.c )
  5. pt_examples ( TestSymDefInfo.c )
  6. pt_examples ( TestSymDefMenu.c )
  7. pt_examples ( TestSymDefMenu.c )