IRemoveItemsParameters Interface

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

Members

Name Description
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 RemoveUnreferencedInstances Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
Read/write property TouchAffectedOverviewItems Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.

IRemoveItemsParameters.DeleteOverviewImages Property

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.

Public Property DeleteOverviewImages As Boolean
public bool DeleteOverviewImages {get; set;}

IRemoveItemsParameters.RemoveBrokenItemsOnly Property

Indicates whether only catalog items with broken paths are removed.

Public Property RemoveBrokenItemsOnly As Boolean
public bool RemoveBrokenItemsOnly {get; set;}

IRemoveItemsParameters.RemoveUnreferencedInstances Property

Indicates whether to remove the raster type instances for those which don't have any associated catalog items.

Public Property RemoveUnreferencedInstances As Boolean
public bool RemoveUnreferencedInstances {get; set;}

IRemoveItemsParameters.TouchAffectedOverviewItems Property

Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.

Public Property TouchAffectedOverviewItems As Boolean
public bool TouchAffectedOverviewItems {get; set;}

Classes that implement IRemoveItemsParameters

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.