This document is archived and information here might be outdated. Recommended version. |
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*