Click or drag to resize

ExternalInterfaceSequenceExternalInterfaceDescandantsAndSelf Method

Gets all external interfaces and the external interface descendants (The external interface tree).

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> ExternalInterfaceDescandantsAndSelf()

Return Value

IEnumerableExternalInterfaceType
an enumeration of all ExternalInterface object of this instance and their nested ExternalInterface objects.
Remarks
available since CAEX Version 3.0.
See Also