Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataDefGet


Description
Get a symbol definition.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::SymbolDef
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataDefGet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDtlsymdef* definition
/* (Out)
The symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the symbol definition.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )