Click or drag to resize

AMLFacetSourceInterface Method

Gets the original ExternalInterface from the AssignedParentInterfaces which is related to this Facet Interface.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ExternalInterfaceType SourceInterface(
	ExternalInterfaceType facetInterface
)

Parameters

facetInterface  ExternalInterfaceType
The facet ExternalInterface.

Return Value

ExternalInterfaceType
An 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