Category Assembly, Object ProExt

Function ProExtRefStateGet


Description
Retrieves the external reference status of the referenced item of the specified reference.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefStateGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProRefState* p_ref_state
/* (Out)
The current state of the referenced item in the "master" model.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSext_ref is NULL or bad pointer.
PRO_TK_GENERAL_ERRORThe operation failed.

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 )