Category Assembly, Object ProExt

Function ProExtRefIsDependency


Description
Returns indication whether given reference is dependency.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefIsDependency(
ProExtFeatRef p_ext_ref
/* (In)
The opaque pointer to the feature reference structure, taken from output of ProSolidExternParentsGet / ProFeatureExternParentsGet.
*/
ProBool* r_status
/* (Out)
Pointer to status indicating whether reference is dependency.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully performed the operation.
PRO_TK_BAD_INPUTSIf no reference was given (NULL pointer).

Manual References:

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