ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.SynchronizeItems Property

Indicates whether catalog items are synchronized once added to the mosaic dataset.

[Visual Basic .NET]
Public Property SynchronizeItems As Boolean
[C#]
public bool SynchronizeItems {get; set;}
[C++]
HRESULT get_SynchronizeItems(
  VARIANT_BOOL* pbSynchronizeItems
);
[C++]
HRESULT put_SynchronizeItems(
  VARIANT_BOOL pbSynchronizeItems
);
[C++]

Parameters

pbSynchronizeItems [out, retval]   pbSynchronizeItems is a parameter of type VARIANT_BOOL pbSynchronizeItems [in]   pbSynchronizeItems is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAddRastersParameters Interface