Click or drag to resize

InternalElementSequenceInternalElementDescendantsAndSelf Method

Gets all InternalElements and the InternalElement descendants (the InternalElement tree)

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

Return Value

IEnumerableInternalElementType
a collection of all InternalElement objects of this instance and their nested InternalElement objects.
See Also