Get descendant elements and self

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public IEnumerable<ICMSElement> DescendantsAndSelf()
Visual Basic
Public Function DescendantsAndSelf As IEnumerable(Of ICMSElement)
Visual C++
public:
virtual IEnumerable<ICMSElement^>^ DescendantsAndSelf() sealed

Return Value

Type: IEnumerable<(Of <(<'ICMSElement>)>)>
Enumerable ICMSElement, deferred execution

Implements

ICMSPage..::..DescendantsAndSelf()()()()

See Also