ArcGIS Pro 3.7 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 ReadOnly Property SelectedItems As ReadOnlyObservableCollection(Of Item)
    public ReadOnlyObservableCollection<Item> SelectedItems {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also