Documentación de la API > Assembly > Object ProExt > Function ProExtRefIsDependency
Function ProExtRefIsDependency
Description
Returns indication whether given reference is dependency.
Synopsis
#include <ProRefInfo.h>
ProExtRefIsDependency
(
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
The function successfully performed the operation.
If no reference was given (NULL pointer).
User Guide References
¿Fue esto útil?