Category Parameters and relations, Object ProParameter

Function ProParameterToFamtableItem


Description
Converts a ProParameter to a ProFamtableItem.

Types supported for conversion here:

Replacement in Object TOOLKIT: pfcFamilyMember::CreateParamColumn
Synopsis
#include <ProFamtable.h>
ProErrorProParameterToFamtableItem(
ProParameter* p_parameter
/* (In)
The parameter
*/
ProFamtableItem* r_item
/* (Out)
The family table item
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully converted the parameter.
OtherThe conversion failed.

Manual References:

  1. Core: Family Tables: Operations on Family Table Items
  2. Core: Parameters: Accessing Parameters
  3. Core: Parameters: Accessing Parameters

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_wc_server ( PTWCServerAddInstance.c )