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.

In This Topic
    PopupContent Constructor(MapMember,String)
    In This Topic
    Initialize a new instance of PopupContent.
    Syntax
    public PopupContent( 
       MapMember mapMember,
       string id_string
    )
    Public Function New( _
       ByVal mapMember As MapMember, _
       ByVal id_string As 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