ShowPopup(MapMember,Int64) Method
Show a pop-up for a feature. This method must be called on the UI thread.
Show A Pop-up For A Feature
public void ShowPopup(MapMember mapMember, long objectID)
{
//Get the active map view.
var mapView = MapView.Active;
if (mapView == null)
return;
mapView.ShowPopup(mapMember, objectID);
}
Show a pop-up for a feature
public void ShowPopup(MapMember mapMember, long objectID)
{
//Get the active map view.
var mapView = MapView.Active;
if (mapView == null)
return;
mapView.ShowPopup(mapMember, objectID);
}
Target Platforms: Windows 11, Windows 10, Windows 8.1
ArcGIS Pro version: 2.0 or higher.