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


ISynchronizeParameters2.RebuildDataSource Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters2.RebuildDataSource Property

Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields.

[Visual Basic .NET]
Public Property RebuildDataSource As Boolean
[C#]
public bool RebuildDataSource {get; set;}
[C++]
HRESULT get_RebuildDataSource(
  VARIANT_BOOL pbRebuildDataSource
);
[C++]
HRESULT put_RebuildDataSource(
  Boolean* pbRebuildDataSource
);
[C++]

Parameters pbRebuildDataSource [in]
pbRebuildDataSource is a parameter of type bool pbRebuildDataSource [out, retval]
pbRebuildDataSource is a parameter of type bool*

Product Availability

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

See Also

ISynchronizeParameters2 Interface