| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ ExternalFeatRefAsmComp | GetAsmcomponents
()
Gets path to the component from which the reference was created and path to the component that owns the specified external reference. |
| Feature | GetFeature
()
Gets a feature that is referred to by the external reference. |
| Method Detail |
|---|
| GetFeature |
|---|
| Feature | GetFeature | () |
| Gets a feature that is referred to by the external reference. Exceptions thrown (but not limited to): XToolkitNotFound - The reference does not belong to any existing component in the "master" model feature.
|
| GetAsmcomponents |
|---|
| /*optional*/ ExternalFeatRefAsmComp | GetAsmcomponents | () |
| 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): XToolkitNotFound - own_comp or ref_comp not found in current session.
|