Category Family table, Object ProFamtable

Function ProFamtableItemAdd


Description
Adds the specified item to the family table of the model.
Replacement in Object TOOLKIT: pfcFamilyMember::AddColumn
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableItemAdd(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
ProFamtableItem* item
/* (In)
The item to add to the table
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the item to the family table.
PRO_TK_NO_CHANGEThe specified item already exists in the family table.
PRO_TK_GENERAL_ERRORThere was a general error (for example, the owner of the item is not in session, or the family table was not found).

Manual References:

  1. Core: Family Tables: Operations on Family Table Items
  2. Core: Family Tables: Operations on Family Table Items

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_wc_server ( PTWCServerAddInstance.c )