Category View manager, Object ProSimprepdata

Function ProSimprepdataNameGet


Description
Retrieves the name from the ProSimprepdata structure.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: pfcRetrieveExistingSimpRepInstructions::ExistSimpName
Synopsis
#include <ProSimprepdata.h>
ProErrorProSimprepdataNameGet(
ProSimprepdata* p_data
/* (In)
The pointer to the ProSimprepdata structure
*/
ProName name
/* (Out)
The name of the simplified representation extracted from the p_data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the name.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Simplified Representations: Extracting Information About Simplified Representations
  2. Assembly: Simplified Representations: Extracting Information About Simplified Representations

Sample Code References:

  1. pt_examples ( TestDrwSimprep.c )
  2. pt_examples ( TestSimpRep.c )
  3. pt_examples ( TestCollect.c )
  4. pt_userguide ( UgSimprepInfo.c )