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


IDefineOverviewsParameters.RefreshAllInstances Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDefineOverviewsParameters.RefreshAllInstances Property

Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method.

[Visual Basic .NET]
Public Property RefreshAllInstances As Boolean
[C#]
public bool RefreshAllInstances {get; set;}
[C++]
HRESULT get_RefreshAllInstances(
  VARIANT_BOOL* pbRefreshAllInstances
);
[C++]
HRESULT put_RefreshAllInstances(
  VARIANT_BOOL pbRefreshAllInstances
);
[C++]

Parameters pbRefreshAllInstances [out, retval] pbRefreshAllInstances is a parameter of type VARIANT_BOOL pbRefreshAllInstances [in] pbRefreshAllInstances is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDefineOverviewsParameters Interface