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

In This Topic
    GetSelectedElements Method (PresentationView)
    In This Topic
    Returns a collection of selected presentation elements.
    Syntax
    public IReadOnlyList<Element> GetSelectedElements()
    Public Function GetSelectedElements() As IReadOnlyList(Of Element)

    Return Value

    A collection of page presentation elements.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also