Category View manager, Object ProSimprepdataitem

Function ProSimprepdataitemAdd


Description
Adds a simplified representation data item to the specified ProSimprepdata structure.

NOTE:

Operates on assemblies only, not parts.

Synopsis
#include <ProSimprepdata.h>
ProErrorProSimprepdataitemAdd(
ProSimprepdata* p_data
/* (In)
The pointer to the ProSimprepdata structure
*/
ProSimprepitem* p_item
/* (In)
The item to add to the structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the information to the structure.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
  2. 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_userguide ( UgSimprepCreate.c )