This document is archived and information here might be outdated. Recommended version. |
Enables the layer to draw using the service cahce if available.
[Visual Basic .NET]
Public Property EnableCacheViewMode As Boolean
[C#]
public bool EnableCacheViewMode {get; set;}
[C++]
HRESULT get_EnableCacheViewMode(
Boolean* pEnabled
);
[C++]
HRESULT put_EnableCacheViewMode(
VARIANT_BOOL pEnabled
);
[C++] Parameters pEnabled [out, retval]
pEnabled is a parameter of type bool* pEnabled [in]
pEnabled is a parameter of type bool