This document is archived and information here might be outdated. Recommended version. |
Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.
[Visual Basic .NET]
Public Property DisplayServiceCacheByDefault As Boolean
[C#]
public bool DisplayServiceCacheByDefault {get; set;}
[C++]
HRESULT get_DisplayServiceCacheByDefault(
VARIANT_BOOL pYes
);
[C++]
HRESULT put_DisplayServiceCacheByDefault(
Boolean* pYes
);
[C++] Parameters pYes [in]
pYes is a parameter of type bool pYes [out, retval]
pYes is a parameter of type bool*