This document is archived and information here might be outdated.  Recommended version.


IGxGeographicView Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxGeographicView Interface
ArcGIS Developer Help

IGxGeographicView Interface

Provides access to members that control the GxGeographicView. Note: the IGxGeographicView interface has been superseded by IGxGeographicView2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Description

The IGxGeographicView interface is implemented by the GxGeographicView object. It provides access to the map and screen display that preview the currently selected object. Through this interface, the developer can retrieve the layer being displayed, then use the map and screen display properties to show additional information within the view.

 

Members

Name Description
Read-only property DisplayedLayer The layer object currently being displayed.
Read-only property Map The map object that is used to draw the layer.
Read-only property MapDisplay The display object that is used to draw the layer.

Classes that implement IGxGeographicView

Classes Description
GxGeographicView GxView that represents the geographic view.
GxMSDFileView GxView that represents the MSDFile view.