ArcGIS Pro 3.4 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.
Version

ShowPopup(SelectionSet,PopupDefinition) Method
Show a pop-up for multiple features. This method must be called on the UI thread.
Syntax
public void ShowPopup( 
   SelectionSet features,
   PopupDefinition popupDef
)

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