Category Assembly, Object ProExt

Function ProExtRefDependencyIsBreakable


Description
Returns indication that some of the given dependencies can be broken.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefDependencyIsBreakable(
ProExtFeatRef* ext_ref_arr
/* (In)
The array of opaque pointers to the feature reference structure, taken from output of ProSolidExternParentsGet / ProFeatureExternParentsGet.
*/
ProBool* r_status
/* (Out)
Pointer to status indicating whether dependency is breakable.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully performed the operation.
PRO_TK_BAD_INPUTSIf no references was given (NULL pointer or empty array).

Manual References:

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