 | InternalElementSequenceInternalElementDescendantsAndSelf Method |
Gets all InternalElements and the InternalElement descendants (the InternalElement tree)
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<InternalElementType> InternalElementDescendantsAndSelf()
Public Function InternalElementDescendantsAndSelf As IEnumerable(Of InternalElementType)
public:
IEnumerable<InternalElementType^>^ InternalElementDescendantsAndSelf()
Return Value
IEnumerableInternalElementType
a collection of all InternalElement objects of this instance and their nested
InternalElement objects.
See Also