Click or drag to resize

AMLFacetHasInterfaceOfParent Method

Determines whether the AMLFacet contains this interface of the parent AML object.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool HasInterfaceOfParent(
	ExternalInterfaceType externalInterface
)

Parameters

externalInterface  ExternalInterfaceType
The external interface.

Return Value

Boolean
true 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