Category Family table, Object ProFamtable

Function ProFamtableItemToParameter


Description
Converts a ProFamtableItem to a ProParameter.

Types supported for conversion here:

Replacement in Object TOOLKIT: pfcFamColParam::RefParam
pfcFamColIParNote::RefParam
pfcFamColSystemParam::RefParam
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableItemToParameter(
ProFamtableItem* p_item
/* (In)
The family table item
*/
ProParameter* r_parameter
/* (Out)
The parameter
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully converted the family table item.
OtherThe conversion failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestFamTab.c )