This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.RebuildDataSource Property (ArcObjects .NET 10.5 SDK) |
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