Category Family table, Object ProFaminstance

Function ProFaminstanceValueGet


Description
Retrieves the value for the specified item for the instance.
Replacement in Object TOOLKIT: pfcFamilyMember::GetCell
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceValueGet(
ProFaminstance* p_inst
/* (In)
The instance handle
*/
ProFamtableItem* p_item
/* (In)
The model item
*/
ProParamvalue* proval
/* (Out)
The value in the family table of an item that corresponds to the specified model item for that instance
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe specified instance does not exist in the family table, or the specified model item is not table-driven.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed (for example, the function could not find the family table, or the generic model).

Manual References:

  1. Core: Family Tables: Operations on Family Table Instances
  2. Core: Family Tables: Operations on Family Table Instances

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_examples ( TestFamTab.c )
  3. pt_userguide ( UgFamtabUse.c )