ArcGIS Pro 3.0 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, Windows 8.1

    See Also