Category Assembly, Object ProExt

Function ProExtRefFeatGet


Description
Gets from the external reference a feature that is referred to by the external reference.
Replacement in Object TOOLKIT: wfcWExternalFeatureReference::GetFeature
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefFeatGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProFeature* p_ref_feat
/* (Out)
The referenced feature handle to be initialized.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSext_ref is NULL or bad pointer.
PRO_TK_E_NOT_FOUNDThe reference does not belong to any existing component in the "master" model feature.

Manual References:

  1. Assembly: Top-down Design: External Reference Data Gathering
  2. Assembly: Top-down Design: External Reference Data Gathering

Sample Code References:

  1. pt_examples ( TestExtrefInfo.c )