Provides access to members that control parameters for removing rasters from a mosaic dataset.
Members
Name | Description | |
---|---|---|
DeleteItemCache | Indicates whether the cache files associated with selected mosaic dataset items are deleted. | |
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 | |
RemoveBrokenItemsOnly | Indicates whether only catalog items with broken paths are removed. | |
RemoveColorCorrection | Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated. | |
RemoveItem | Indicates whether selected mosaic dataset items are deleted from the mosaic dataset. | |
RemoveSeamlines | Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated. | |
RemoveUnreferencedInstances | Indicates whether to remove the raster type instances for those which don't have any associated catalog items. | |
TouchAffectedOverviewItems | Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items. |
IRemoveItemsParameters3.RemoveColorCorrection Property
Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
Public Property RemoveColorCorrection As Boolean
public bool RemoveColorCorrection {get; set;}
IRemoveItemsParameters3.RemoveSeamlines Property
Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
Public Property RemoveSeamlines As Boolean
public bool RemoveSeamlines {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
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 IRemoveItemsParameters3
Classes | Description |
---|---|
RemoveItemsParameters | An object that controls how items are removed from a mosaic dataset. |