This document is archived and information here might be outdated.  Recommended version.


IRemoveItemsParameters4 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters4 Interface
ArcGIS Developer Help

IRemoveItemsParameters4 Interface

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.

Members

Name Description
Read/write property DeleteItemCache Indicates whether the cache files associated with selected mosaic dataset items are deleted.
Read/write property DeleteOverviewImages Indicates whether the raster dataset associated with selected overview items are deleted as well. Overview images created within the geodatabase are owned and managed by the mosaic dataset. These managed overview images are always deleted along with the corres
Read/write property RemoveBrokenItemsOnly Indicates whether only catalog items with broken paths are removed.
Read/write property RemoveColorCorrection Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
Read/write property RemoveItem Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
Read/write property RemoveSeamlines Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
Read/write property RemoveUnreferencedInstances Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
Read/write property ResetRelativePath Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
Read/write property TouchAffectedOverviewItems Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.

Inherited Interfaces

Interfaces Description
IRemoveItemsParameters3 Provides access to members that control parameters for removing rasters from a mosaic dataset.
IRemoveItemsParameters2 Provides access to members that control parameters for removing rasters from a mosaic dataset.
IRemoveItemsParameters Provides access to members that control parameters for removing rasters from a mosaic dataset.

Classes that implement IRemoveItemsParameters4

Classes Description
RemoveItemsParameters An object that controls how items are removed from a mosaic dataset.