This document is archived and information here might be outdated. Recommended version. |
Indicates whether mosaic dataset items are updated as part of the synchronization operation. Setting this property to false would ensure that no item is updated regardless of whether it is rebuilt. This property can be used in conjunction with the 'RemoveInval.
[Visual Basic .NET]
Public Property UpdateExistingItems As Boolean
[C#]
public bool UpdateExistingItems {get; set;}
[C++]
HRESULT get_UpdateExistingItems(
VARIANT_BOOL pbUpdateExistingItems
);
[C++]
HRESULT put_UpdateExistingItems(
Boolean* pbUpdateExistingItems
);
[C++] Parameters pbUpdateExistingItems [in]
pbUpdateExistingItems is a parameter of type bool pbUpdateExistingItems [out, retval]
pbUpdateExistingItems is a parameter of type bool*