ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / SelectedItems Property

In This Topic
    SelectedItems Property (Project)
    In This Topic
    Gets the items that are currently selected in the Project pane or the Project view
    Syntax
    public ReadOnlyObservableCollection<Item> SelectedItems {get;}
    Public ReadOnly Property SelectedItems As ReadOnlyObservableCollection(Of Item)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also