This document is archived and information here might be outdated. Recommended version. |
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*