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


IAddNewerRastersParameters.OverwriteExisting Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAddNewerRastersParameters Interface > IAddNewerRastersParameters.OverwriteExisting Property
ArcGIS Developer Help

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.

[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(
  Boolean* pbOverwriteExisting
);
[C++]
Parameters
pbOverwriteExisting [in]

pbOverwriteExisting is a parameter of type bool pbOverwriteExisting [out, retval]
pbOverwriteExisting is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAddNewerRastersParameters Interface