Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataNameGet


Description
Get a symbol definition name.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Name
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataNameGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProName name
/* (Out)
The name of the symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the name.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_E_NOT_FOUNDSymbol not found in session.

Manual References:

  1. Drawings: Symbol Definition Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )