com.esri.arcgis.geodatabase
Interface IThumbnailInfoImpl

All Superinterfaces:
Serializable

public interface IThumbnailInfoImpl
extends Serializable

Provides access to members of IThumbnailInfoImpl interface.

Product Availability

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


Method Summary
 boolean isModified()
          Indicates whether the thumbnail has been modified.
 void setModified(boolean pModified)
          Indicates whether the thumbnail has been modified.
 

Method Detail

isModified

boolean isModified()
                   throws IOException,
                          AutomationException
Indicates whether the thumbnail has been modified.

Product Availability

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

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

setModified

void setModified(boolean pModified)
                 throws IOException,
                        AutomationException
Indicates whether the thumbnail has been modified.

Product Availability

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

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