Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataPathSet


Description
Set a symbol definition path.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::FullPath
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataPathSet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProPath path
/* (In)
The path to symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the path.
PRO_TK_BAD_INPUTSBad one or more input arguments.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )