com.esri.arcgis.datasourcesraster
Interface IRemoveItemsParameters2

All Superinterfaces:
IRemoveItemsParameters, Serializable
All Known Implementing Classes:
RemoveItemsParameters

public interface IRemoveItemsParameters2
extends IRemoveItemsParameters, Serializable

Provides access to members that control parameters for removing rasters from a mosaic dataset.

Product Availability

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


Method Summary
 boolean isDeleteItemCache()
          Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 boolean isRemoveItem()
          Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 void setDeleteItemCache(boolean pbDeleteItemCache)
          Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 void setRemoveItem(boolean pbRemoveItem)
          Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
 

Method Detail

setDeleteItemCache

void setDeleteItemCache(boolean pbDeleteItemCache)
                        throws IOException,
                               AutomationException
Indicates whether the cache files associated with selected mosaic dataset items are deleted.

Product Availability

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

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

isDeleteItemCache

boolean isDeleteItemCache()
                          throws IOException,
                                 AutomationException
Indicates whether the cache files associated with selected mosaic dataset items are deleted.

Product Availability

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

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

setRemoveItem

void setRemoveItem(boolean pbRemoveItem)
                   throws IOException,
                          AutomationException
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.

Product Availability

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

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

isRemoveItem

boolean isRemoveItem()
                     throws IOException,
                            AutomationException
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.

Product Availability

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

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