This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAddNewerRastersParameters Interface > IAddNewerRastersParameters.OverwriteExisting Property (ArcObjects .NET 10.4 SDK) |
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.
[Visual Basic .NET] Public Property OverwriteExisting As Boolean
[C#] public bool OverwriteExisting {get; set;}
[C++]
HRESULT get_OverwriteExisting(
VARIANT_BOOL* pbOverwriteExisting
);
[C++]
HRESULT put_OverwriteExisting(
VARIANT_BOOL pbOverwriteExisting
);
[C++]
Parameters pbOverwriteExisting [out, retval] pbOverwriteExisting is a parameter of type VARIANT_BOOL pbOverwriteExisting [in] pbOverwriteExisting is a parameter of type VARIANT_BOOL