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


IMosaicDatasetOperationParameters3.Refresh Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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