This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbRefreshAllInstances
);
[C++] Parameters pbRefreshAllInstances [in]
pbRefreshAllInstances is a parameter of type bool pbRefreshAllInstances [out, retval]
pbRefreshAllInstances is a parameter of type bool*