This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.UpdateExistingItems Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pbUpdateExistingItems
);
[C++]
Parameters pbUpdateExistingItems [out, retval] pbUpdateExistingItems is a parameter of type VARIANT_BOOL pbUpdateExistingItems [in] pbUpdateExistingItems is a parameter of type VARIANT_BOOL