ArcObjects Library Reference (CatalogUI)  

IGxPreview Interface

Provides access to members that control the GxPreview.

Product Availability

Available with ArcGIS Desktop.

Members

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.

CoClasses that implement IGxPreview

CoClasses and 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.

.NET Related Topics

CatalogUI