Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataPathGet


Description
Get a symbol definition path.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::FullPath
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataPathGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProPath path
/* (Out)
The path to the symbol definition, for example: "/home/user/symbols/my_symbol_3.sym"
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved path.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_E_NOT_FOUNDSymbol not found in session.
PRO_TK_GENERAL_ERRORProblem parsing path.

Manual References:

  1. Drawings: Symbol Definition Data
  2. Drawings: Symbol Definition Data

Sample Code References:

  1. pt_examples ( TestSymDefInfo.c )