com.esri.arcgis.geodatabase
Interface IThumbnailInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
ThumbnailInfo

public interface IThumbnailInfo
extends Serializable

Provides access to members of thumbnail info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 byte[] getEmbeddedData()
          Embedded data of the thumbnail.
 String getURL()
          Url of the thumbnail.
 void setEmbeddedData(byte[] ppData)
          Embedded data of the thumbnail.
 void setURL(String pUrl)
          Url of the thumbnail.
 

Method Detail

getURL

String getURL()
              throws IOException,
                     AutomationException
Url of the thumbnail.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pUrl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(String pUrl)
            throws IOException,
                   AutomationException
Url of the thumbnail.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pUrl - The pUrl (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEmbeddedData

byte[] getEmbeddedData()
                       throws IOException,
                              AutomationException
Embedded data of the thumbnail.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
An unsigned byte
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbeddedData

void setEmbeddedData(byte[] ppData)
                     throws IOException,
                            AutomationException
Embedded data of the thumbnail.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppData - An unsigned byte (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.