ArcGIS Pro 2.8 API Reference Guide
PopupContent Constructor(MapMember,Int64)

ArcGIS.Desktop.Mapping Namespace > PopupContent Class > PopupContent Constructor : PopupContent Constructor(MapMember,Int64)
MapMember associated with the pop-up.
The object id of the feature or row to show in the pop-up.
Initialize a new instance of PopupContent.
Syntax
public PopupContent( 
   MapMember mapMember,
   long id
)
Public Function New( _
   ByVal mapMember As MapMember, _
   ByVal id As Long _
)

Parameters

mapMember
MapMember associated with the pop-up.
id
The object id of the feature or row to show in the pop-up.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PopupContent Class
PopupContent Members
Overload List