Category View manager, Object ProSimprepdata

Function ProSimprepdataNameSet


Description
Sets the name of the simplified representation in the ProSimprepdata structure.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: wfcWSimpRep::SetSimprepdataName
Synopsis
#include <ProSimprepdata.h>
ProErrorProSimprepdataNameSet(
ProSimprepdata* p_data
/* (In)
The pointer to the ProSimprepdata structure
*/
ProName name
/* (In)
The name of the simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the name.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Simplified Representations: Modifying Simplified Representations

Sample Code References:

  1. pt_examples ( TestSimpRep.c )
  2. pt_examples ( TestSimpRep.c )