ArcGIS Pro 2.9 API Reference Guide
PopupContent Constructor(MapMember,String)

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.
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, Windows 8.1

See Also

Reference

PopupContent Class
PopupContent Members
Overload List