Category Family table, Object ProFamtable

Function ProFamtableItemRemove


Description
Deletes the specified item from the family table.
Replacement in Object TOOLKIT: pfcFamilyMember::RemoveColumn
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableItemRemove(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
ProFamtableItem* item
/* (In)
The item to remove
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the item from the family table.
PRO_TK_E_NOT_FOUNDThe specified item was not found in the family table.
PRO_TK_GENERAL_ERRORThere was a general error (for example, the model is not in session).

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 )