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


ISynchronizeParameters2.RebuildDataSource 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.RebuildDataSource Property
ArcGIS Developer Help

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