Documentación de la API > Assembly > Object ProExt > Function ProExtRefDependencyIsBreakable
Function ProExtRefDependencyIsBreakable
Description
Returns indication that some of the given dependencies can be broken.
Synopsis
#include <ProRefInfo.h>
ProExtRefDependencyIsBreakable
(
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
The function successfully performed the operation.
If no references was given (NULL pointer or empty array).
User Guide References
¿Fue esto útil?