ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PopupContent Class
Properties Methods Events


In This Topic
    PopupContent Class Members
    In This Topic

    The following tables list the members exposed by PopupContent.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the category for grouping of the pop-up.  
    Public Property Gets the coordinate string  
    Public Property Gets whether the content has an M value  
    Public Property Gets the html content to display in the pop-up.  
    Public Property Gets or sets the path to the html content to display in the pop-up.  
    Public Property Gets or sets a "generic string feature id" associated with the pop-up. Can be empty if the pop-up is not associated with a feature using a string.  
    Public Property Gets or sets the property indicating that the caption of the pop-up includes the MapMember name and Title.  
    Public Property Gets or sets a value indicating if the content for the pop-up should be created the first time it is loaded in the window.  
    Public Property Gets or sets the MapMember associated with the pop-up. Can be null if the pop-up is not tied to a specific MapMember.  
    Public Property Gets the m value as a string  
    Public Property Gets or sets the objectID associated with the pop-up. Can be -1 if the pop-up is not tied to a specific object id.  
    Public Property Gets and sets the related CIM definition  
    Public Property Gets or sets the text shown to identify the content. This property will be updated automatically if the content is not set.  
    Public Property Gets or sets the property indicating x coordinate for the feature's position in the map.  
    Public Property Gets or sets the property indicating y coordinate for the feature's position in the map.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal MethodOccurs the first time the content for the item is requested. This method is only called if the IsDynamicContent property is true.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also