API Documentation > Family table > Object ProFamtable > Function ProFamtableErase
Function ProFamtableErase
Description
Clears the specified family table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFamtable.h>
ProFamtableErase
(
ProFamtable* p_famtab
/* (In)
The handle to the family table. If the function is successful, the new values for the fields are as follows: type -- PRO_TYPE_UNUSED id -- PRO_VALUE_UNUSED owner -- NULL
*/
)
Returns
The function successfully cleared the family table.
The family table was not found.
There was a general error (for example, the owner was not found).
Sample Code References
User Guide References
Was this helpful?