ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PopupContent Class / PopupContent Constructor / PopupContent Constructor(MapMember,String)
MapMember associated with the pop-up.
The "generic string feature id" to show in the pop-up.
Version

    PopupContent Constructor(MapMember,String)
    Initialize a new instance of PopupContent.
    Syntax
    public PopupContent( 
       MapMember mapMember,
       string id_string
    )

    Parameters

    mapMember
    MapMember associated with the pop-up.
    id_string
    The "generic string feature id" to show in the pop-up.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also