This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperationParameters3 Interface > IMosaicDatasetOperationParameters3.Refresh Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the geodatabase data dictionary should be refreshed by the operation.
[Visual Basic .NET] Public Property Refresh As Boolean
[C#] public bool Refresh {get; set;}
[C++]
HRESULT get_Refresh(
VARIANT_BOOL* pbRefresh
);
[C++]
HRESULT put_Refresh(
VARIANT_BOOL pbRefresh
);
[C++]
Parameters pbRefresh [out, retval] pbRefresh is a parameter of type VARIANT_BOOL pbRefresh [in] pbRefresh is a parameter of type VARIANT_BOOL