 | AMLFacetAssignedParentInterfaces Method |
Get the original parent interfaces which are already assigned with the AMLFacet
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> AssignedParentInterfaces()
Public Function AssignedParentInterfaces As IEnumerable(Of ExternalInterfaceType)
public:
IEnumerable<ExternalInterfaceType^>^ AssignedParentInterfaces()
Return Value
IEnumerableExternalInterfaceTypeA collection of already assigned ExternalInterface objects of the parent.
See Also