API ドキュメンテーション > Assembly > Object ProExt > Function ProExtRefAsmcompsGet
Function ProExtRefAsmcompsGet
Description
Gets from the external reference a path to the component from which the reference was created. Also returns a path to the component that owns the specified external reference.
Synopsis
#include <ProRefInfo.h>
ProExtRefAsmcompsGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProAsmcomppath* own_comp
/* (Out)
Handle to path to model to be initialized that uses the specified reference. Can be NULL.
*/
ProAsmcomppath* ref_comp
/* (Out)
Handle to path to top-level (master) model to be initialized. This is the model in which the specified reference was created. Can be NULL.
*/
)
Returns
The function successfully returned the information.
ext_ref is NULL or bad pointer.
own_comp or ref_comp not found in current session.
The operation failed.
Sample Code References
User Guide References
これは役に立ちましたか?