ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / ShowPopup Method / ShowPopup(SelectionSet) Method
The collection of features.

In This Topic
    ShowPopup(SelectionSet) Method
    In This Topic
    Show a pop-up for multiple features. This method must be called on the UI thread.
    Syntax
    public void ShowPopup( 
       SelectionSet features
    )
    Public Overloads Sub ShowPopup( _
       ByVal features As SelectionSet _
    ) 

    Parameters

    features
    The collection of features.
    Exceptions
    ExceptionDescription
    Popups must be created on the UI thread
    Features cannot be null
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also