Category Solids and parts, Object ProSolid

Function ProSolidFamtableCheck


Description
Determines whether the specified solid has a family table, and if that family table is valid and/or empty.
Replacement in Object TOOLKIT: wfcWSolid::CheckFamilyTable
Synopsis
#include <ProSolid.h>
ProErrorProSolidFamtableCheck(
ProSolid handle
/* (In)
The ProSolid to check.
*/
)
Returns
PRO_TK_NO_ERRORThe family table is found and is not empty.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe family table was not found for the specified owner.
PRO_TK_EMPTYThe family table is found and is empty.

Manual References:

  1. Core: Family Tables: Family Table Utilities

Sample Code References:

  1. pt_examples ( TestFamTab.c )