API 文件集 > Family table > Object ProFamtable > Function ProFamtableItemRemove
Function ProFamtableItemRemove
Description
Deletes the specified item from the family table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFamtable.h>
ProFamtableItemRemove
(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
/* (In)
The item to remove
*/
)
Returns
The function successfully deleted the item from the family table.
The specified item was not found in the family table.
There was a general error (for example, the model is not in session).
Sample Code References
這是否有幫助?