Category View manager, Object ProSimprepdata

Function ProSimprepdataGet


Description
Retrieves the data for the specified simplified representation.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: pfcSimpRep::GetInstructions
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepdataGet(
ProSimprep* p_simp_rep
/* (In)
The simplified representation
*/
ProSimprepdata** p_data
/* (Out)
The simplified representation data, the memory is allocated by the function and the user is responsible for freeing this by calling ProSimprepdataFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDrwSimprep.c )
  2. pt_examples ( TestSimpRep.c )
  3. pt_examples ( TestSimpRep.c )
  4. pt_examples ( TestSimpRep.c )
  5. pt_examples ( TestSimpRep.c )
  6. pt_examples ( TestSimpRep.c )
  7. pt_examples ( TestSimpRep.c )
  8. pt_examples ( TestSimpRep.c )
  9. pt_examples ( TestCollect.c )
  10. pt_userguide ( UgSimprepInfo.c )