API Documentation > Assembly > Object ProExt > Function ProExtRefOwnFeatGet
Function ProExtRefOwnFeatGet
Description
Gets from the external reference a feature that uses the reference.
Synopsis
#include <ProRefInfo.h>
ProExtRefOwnFeatGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProFeature* p_own_feat
/* (Out)
The handle to the feature which uses the reference.
*/
)
Returns
The function successfully returned the information.
ext_ref is NULL or bad pointer.
The reference is used by solid itself and not by some specific feature.
Sample Code References
User Guide References
Was this helpful?