com.esri.arcgis.datasourcesraster
Interface IRasterTypeHistory2

All Superinterfaces:
IRasterTypeHistory, java.io.Serializable
All Known Implementing Classes:
IRasterTypeHistory2Proxy

public interface IRasterTypeHistory2
extends IRasterTypeHistory, java.io.Serializable

COM Interface 'IRasterTypeHistory2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster type history.' 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 IIDfdf0e9fc_b966_41b1_8e3b_fb396f44396d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeHistory
IID0f0862a7_c315_4e51_8f20_be91d2d13bbd
 
Method Summary
 IFIDSet getAllRasterTypeInstanceIDs()
          Returns all available raster type instances IDs (ObjectIDs of all rows in the associated raster type table).
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeHistory
getAllRasterTypeInstances, getOverviewInstances, getRasterTypeInstance, getSelectedRasterTypeInstances, updateRasterTypeInstance
 

Field Detail

IIDfdf0e9fc_b966_41b1_8e3b_fb396f44396d

static final int IIDfdf0e9fc_b966_41b1_8e3b_fb396f44396d
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

getAllRasterTypeInstanceIDs

IFIDSet getAllRasterTypeInstanceIDs()
                                    throws java.io.IOException,
                                           AutomationException
Returns all available raster type instances IDs (ObjectIDs of all rows in the associated raster type table).

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.