API Documentation > Family table > Object ProFamtable > Function ProFamtableItemAdd
Function ProFamtableItemAdd
Description
Adds the specified item to the family table of the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFamtable.h>
ProFamtableItemAdd
(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
/* (In)
The item to add to the table
*/
)
Returns
The function successfully added the item to the family table.
The specified item already exists in the family table.
There was a general error (for example, the owner of the item is not in session, or the family table was not found).
Sample Code References
User Guide References
Was this helpful?