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


IMosaicDatasetOperationParameters3.Refresh Property (ArcObjects .NET 10.4 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(
  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

Product Availability

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

See Also

IMosaicDatasetOperationParameters3 Interface