ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / GetSelectedElements Method

In This Topic
    GetSelectedElements Method (PresentationPage)
    In This Topic
    Gets the collection of currently selected presentation elements.
    Syntax
    public IReadOnlyList<Element> GetSelectedElements()
    Public Function GetSelectedElements() As IReadOnlyList(Of Element)

    Return Value

    A list of 0 or more elements
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also