ArcObjects Library Reference (DataSourcesRaster)  

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

Product Availability

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

See Also

ISynchronizeParameters2 Interface