Gets the MapDisplay where the popup window will be displayed when it is activated.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapDisplay MapDisplay { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property MapDisplay As MapDisplay |
Field Value
The MapDisplay where the popup window will be displayed when it is activated.; nullNothingnullptra null reference (Nothing in Visual Basic) for MapItem popups if the MapItem has not been added to a Map.Remarks
In order to be activated, a popup window must be associated with a MapDisplay object. For temporary popups, the
MapDisplay is set in the constructor when the popup is instantiated. For MapItem popups, the owning MapItem must be added to a
Map before this property is populated.