Provides access to members that control parameters for adding newer rasters to a mosaic dataset.
Members
Name | Description | |
---|---|---|
OverwriteExisting | Indicates whether existing mosaic dataset items are updated with datasets that have been modified on disk. When set to false, the operation skips over modified data source items that already exist in the mosaic dataset. |
IAddNewerRastersParameters.OverwriteExisting Property
Indicates whether existing mosaic dataset items are updated with datasets that have been modified on disk. When set to false, the operation skips over modified data source items that already exist in the mosaic dataset.
Public Property OverwriteExisting As Boolean
public bool OverwriteExisting {get; set;}
Classes that implement IAddNewerRastersParameters
Classes | Description |
---|---|
AddNewerRastersParameters | An object that controls how newwer rasters are added to a mosaic dataset. |