API 文档 > Assembly > Object ProExt > Function ProExtRefFeatGet
Function ProExtRefFeatGet
Description
Gets from the external reference a feature that is referred to by the external reference.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRefInfo.h>
ProExtRefFeatGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProFeature* p_ref_feat
/* (Out)
The referenced feature handle to be initialized.
*/
)
Returns
The function successfully returned the information.
ext_ref is NULL or bad pointer.
The reference does not belong to any existing component in the "master" model feature.
Sample Code References
User Guide References
这对您有帮助吗?