com.esri.arcgis.geodatabase
Interface IThumbnailInfoImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IThumbnailInfoImplProxy

public interface IThumbnailInfoImpl
extends java.io.Serializable

COM Interface 'IThumbnailInfoImpl'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of IThumbnailInfoImpl interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1001dcba_aee2_4a00_bc37_9e40220c92d6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isModified()
          Indicates whether the thumbnail has been modified.
 void setModified(boolean pModified)
          Indicates whether the thumbnail has been modified.
 

Field Detail

IID1001dcba_aee2_4a00_bc37_9e40220c92d6

static final int IID1001dcba_aee2_4a00_bc37_9e40220c92d6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isModified

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

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

setModified

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

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