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(
VARIANT_BOOL pYes
);
[C++]Parameters
pYes [out, retval] pYes is a parameter of type VARIANT_BOOL pYes [in] pYes is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.