 | ExternalInterfaceSequenceExternalInterfaceDescandantsAndSelf Method |
Gets all external interfaces and the external interface descendants (The external interface tree).
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> ExternalInterfaceDescandantsAndSelf()
Public Function ExternalInterfaceDescandantsAndSelf As IEnumerable(Of ExternalInterfaceType)
public:
IEnumerable<ExternalInterfaceType^>^ ExternalInterfaceDescandantsAndSelf()
Return Value
IEnumerableExternalInterfaceType
an enumeration of all ExternalInterface object of this instance and their nested
ExternalInterface objects.
Remarksavailable since CAEX Version 3.0.
See Also