This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDefineOverviewsParameters Interface > IDefineOverviewsParameters.RefreshAllInstances Property (ArcObjects .NET 10.4 SDK) |
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