Category View manager, Object ProSimprepdata

Function ProSimprepdataSet


Description
Sets the specified data in the owner model of the specified simplified representation.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: pfcSimpRep::SetInstructions
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepdataSet(
ProSimprep* p_simp_rep
/* (In)
The simplified representation
*/
ProSimprepdata* p_data
/* (In)
The data for the simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the data.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Simplified Representations: Modifying Simplified Representations
  2. Assembly: Simplified Representations: Modifying Simplified Representations
  3. Assembly: Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
  4. Assembly: Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation

Sample Code References:

  1. pt_examples ( TestSimpRep.c )
  2. pt_examples ( TestSimpRep.c )
  3. pt_examples ( TestSimpRep.c )
  4. pt_examples ( TestSimpRep.c )
  5. pt_examples ( TestSimpRep.c )