com.esri.arcgis.catalog
Interface IGxThumbnail

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxCadDataset, GxCoverageDataset, GxDataGraph, GxDataset, GxGeoprocessingResult, GxLayer, GxMap, GxMSDFile, GxPackage, GxPCCoverage, GxRasterDataset, GxReport, GxSDCDataset, GxServiceDefinition, GxShapefileDataset, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxVpfDataset, GxWCSCoverage, GxWMSLayer, GxWMSMap, GxWMTSLayer, IGxThumbnailProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService

public interface IGxThumbnail
extends Serializable

Provides access to members that manages the thumbnail of a GxObject.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IPicture getThumbnail()
          The Thumbnail.
 void setThumbnailByRef(IPicture picture)
          The Thumbnail.
 

Method Detail

setThumbnailByRef

void setThumbnailByRef(IPicture picture)
                       throws IOException,
                              AutomationException
The Thumbnail.

Product Availability

Available with ArcGIS Desktop.

Parameters:
picture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

IPicture getThumbnail()
                      throws IOException,
                             AutomationException
The Thumbnail.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.