Get child elements

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

Syntax

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

Return Value

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

Implements

ICMSPage..::..Elements()()()()

See Also