Category Assembly, Object ProExt

Function ProExtRefModelitemGet


Description
Gets from the external reference a model item that is referred to by the external reference.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefModelitemGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProModelitem* p_ref_item
/* (Out)
The item 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 referenced item is not active.

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 )