 | AMLFacetHasInterfaceOfParent Method |
Determines whether the AMLFacet contains this interface of the parent AML object.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool HasInterfaceOfParent(
ExternalInterfaceType externalInterface
)
Public Function HasInterfaceOfParent (
externalInterface As ExternalInterfaceType
) As Boolean
public:
bool HasInterfaceOfParent(
ExternalInterfaceType^ externalInterface
)
Parameters
- externalInterface ExternalInterfaceType
- The external interface.
Return Value
Booleantrue if this interface of the parent is assigned to the AMLFacet;
otherwise,
false.
Remarks
In CAEX 3.0 the Interface of the AMLFacet has to be a Mirror Interface.
CAEX 2.15 identifies Interfaces with identical names.
See Also