API ドキュメンテーション > Assembly > Object ProExt > Function ProExtRefHasDepSourceType
Function ProExtRefHasDepSourceType
Description
Returns indication whether given reference is dependency.
Synopsis
#include <ProRefInfo.h>
ProExtRefHasDepSourceType
(
ProExtFeatRef p_ext_ref
/* (In)
The opaque pointer to the feature reference structure, taken from output of ProSolidExternParentsGet / ProFeatureExternParentsGet. dep_source Dependency source to inquire.
*/
ProBool* r_status
/* (Out)
Pointer to status indicating whether dependency is of inquired type.
*/
)
Returns
The function successfully performed the operation.
If no reference was given (NULL pointer).
これは役に立ちましたか?