API Documentation > Interface Classes > Class wfcWExternalFeatureReference
Class wfcWExternalFeatureReference

# include <wfcExternalObject.h>

class
wfcWExternalFeatureReference
: public virtual
xobject
{
xaideclare(wfcWExternalFeatureReference)
...
};


Description
This interface provides access to external feature references
Method Summary
Gets path to the component from which the reference was created and path to the component that owns the specified external reference.
Gets a feature that is referred to by the external reference.
Method Detail
GetFeature
()
Gets a feature that is referred to by the external reference.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The reference does not belong to any existing component in the "master" model feature.
Manual References:
Returns:
Feature referred by external reference
Gets path to the component from which the reference was created and path to the component that owns the specified external reference.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - own_comp or ref_comp not found in current session.
Manual References:
Returns:
path to the component from which the reference was created.
path to the component that owns the specified external reference.
Was this helpful?