 | AMLFacetSourceInterface Method |
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ExternalInterfaceType SourceInterface(
ExternalInterfaceType facetInterface
)
Public Function SourceInterface (
facetInterface As ExternalInterfaceType
) As ExternalInterfaceType
public:
ExternalInterfaceType^ SourceInterface(
ExternalInterfaceType^ facetInterface
)
Parameters
- facetInterface ExternalInterfaceType
- The facet ExternalInterface.
Return Value
ExternalInterfaceTypeAn ExternalInterface from the parent with the same name.
Remarks
In CAEX 3.0 the Source Interface is the Master Interface of the facetInterface.
CAEX 2.15 the Source Interface is the first identified Interface of the parent with an identical name.
See Also