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. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWExternalFeatureReference::GetAsmcomponents | |||||||||||||
Synopsis | ||||||||||||||
#include <ProRefInfo.h> | ||||||||||||||
ProError | ProExtRefAsmcompsGet | ( | ||||||||||||
ProExtFeatRef ext_ref | ||||||||||||||
/* (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 | ||||||||||||||
|