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

ShowPopup(SelectionSet) Method
Show a pop-up for multiple features. This method must be called on the UI thread.
Syntax
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, Windows 10, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also