This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer3 Interface > IImageServerLayer3.EnableCacheViewMode Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pEnabled
);
[C++]
HRESULT put_EnableCacheViewMode(
VARIANT_BOOL pEnabled
);
[C++]
Parameters pEnabled [out, retval] pEnabled is a parameter of type VARIANT_BOOL pEnabled [in] pEnabled is a parameter of type VARIANT_BOOL