ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / ShowPopup Method / ShowPopup(SelectionSet,PopupDefinition) Method
The collection of features.
A class to set additional properties for the popup. When set to null, default values will be used.

In This Topic
    ShowPopup(SelectionSet,PopupDefinition) 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,
       PopupDefinition popupDef
    )
    Public Overloads Sub ShowPopup( _
       ByVal features As SelectionSet, _
       ByVal popupDef As PopupDefinition _
    ) 

    Parameters

    features
    The collection of features.
    popupDef
    A class to set additional properties for the popup. When set to null, default values will be used.
    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