Category
Family table
, Object
ProFaminstance
Function ProFaminstanceErase
Description
Erases the specified instance model from memory.
Replacement in Object TOOLKIT:
pfcFamilyTableRow::Erase
Synopsis
#include <
ProFaminstance.h
>
ProError
ProFaminstanceErase
(
ProFaminstance
*
proinst
/* (In)
The instance handle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully erased the model.
PRO_TK_E_NOT_FOUND
The specified instance model is not in session.
PRO_TK_GENERAL_ERROR
A general error occurred and the function failed.
Manual References:
Core: Family Tables: Operations on Family Table Instances
Core: Family Tables: Operations on Family Table Instances
Sample Code References:
pt_examples ( TestFamTab.c )