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


ISynchronizeParameters2.RebuildDataSource Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbRebuildDataSource
);
[C++]

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

Product Availability

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

See Also

ISynchronizeParameters2 Interface