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


ISynchronizeParameters2.UpdateExistingItems Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.UpdateExistingItems Property
ArcGIS Developer Help

ISynchronizeParameters2.UpdateExistingItems Property

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*

Product Availability

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

See Also

ISynchronizeParameters2 Interface