ArcGIS Pro 3.7 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 Overloads Sub ShowPopup( _
       ByVal features As SelectionSet _
    ) 
    public void ShowPopup( 
       SelectionSet features
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also