ArcGIS Pro 2.7 API Reference Guide
GetElementsAsFlattenedList Method (GroupElement)

ArcGIS.Desktop.Layouts Namespace > GroupElement Class : GetElementsAsFlattenedList Method
Get the collection of Element from the group element as a flattened list. Nested groups within GroupElement are not preserved.
Syntax
public IReadOnlyList<Element> GetElementsAsFlattenedList()
Public Function GetElementsAsFlattenedList() As IReadOnlyList(Of Element)

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GroupElement Class
GroupElement Members