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


IAddNewerRastersParameters.OverwriteExisting Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IAddNewerRastersParameters Interface