ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / GroupElement Class / GetElementsAsFlattenedList Method
Example

In This Topic
    GetElementsAsFlattenedList Method (GroupElement)
    In This Topic
    Get the collection of Element from the group element as a flattened list. Nested groups within child GroupElement are not preserved.
    Syntax
    public IReadOnlyList<Element> GetElementsAsFlattenedList()
    Public Function GetElementsAsFlattenedList() As IReadOnlyList(Of Element)

    Return Value

    Example
    Children in a Group Element
    // Nested groups within ArcGIS.Desktop.Layouts.GroupElement are not preserved.
    var children = groupElement.GetElementsAsFlattenedList();
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also