com.esri.arcgis.datasourcesraster
Interface IRasterTypeHistory2

All Superinterfaces:
IRasterTypeHistory, Serializable

public interface IRasterTypeHistory2
extends IRasterTypeHistory, Serializable

Provides access to members that control raster type history.

Product Availability

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


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
 

Method Detail

getAllRasterTypeInstanceIDs

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

Product Availability

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

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