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


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

IGxPreview Interface

Provides access to members that control the GxPreview.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property SupportedViewClassIDs A list of the class IDs for the views that are supported given the current selection.
Read-only property View The current view.
Read/write property ViewClassID The class ID of the current view.

Classes that implement IGxPreview

Classes Description
GxPreview GxView that represents the preview.
GxRasterCatalogContentView The RasterCatalog content view.

Remarks

The IGxPreview interface is implemented only by the GxPreview object and provides access to the supported views for the selected object. Use this interface when you want to find out what the supported views are, or to retrieve or set the current view.