ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IElementContainer Interface / GetFlattenedElements Method

In This Topic
    GetFlattenedElements Method
    In This Topic
    Gets the flattened collection of elements in the container.
    Syntax
    IReadOnlyList<IElement> GetFlattenedElements()
    Function GetFlattenedElements() As IReadOnlyList(Of IElement)

    Return Value

    A Readonly list of elements.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also