ArcObjects Library Reference (CatalogUI)  

IGxGeographicView2 Interface

Provides access to more members that control the GxGeographicView.

Product Availability

Available with ArcGIS Desktop.

Description

The IGxGeographicView2 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

Description
Read-only property ActiveView The active view object(either map or page layout).
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.

CoClasses that implement IGxGeographicView2

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

Remarks

The IGxGeographicView2 interface provides access to the IActiveView of the map being used to preview the current selection.