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


IMosaicDatasetOperationParameters3.Refresh Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperationParameters3 Interface > IMosaicDatasetOperationParameters3.Refresh Property
ArcGIS Developer Help

IMosaicDatasetOperationParameters3.Refresh Property

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(
  Boolean* pbRefresh
);
[C++]
Parameters
pbRefresh [in]

pbRefresh is a parameter of type bool pbRefresh [out, retval]
pbRefresh is a parameter of type bool*

Product Availability

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

See Also

IMosaicDatasetOperationParameters3 Interface