This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerGroupLayer Interface > IGlobeServerGroupLayer.HasConsolidatedCache Property (ArcObjects .NET 10.4 SDK) |
Indicates if this group layer has its own cache.
[Visual Basic .NET] Public Property HasConsolidatedCache As Boolean
[C#] public bool HasConsolidatedCache {get; set;}
[C++]
HRESULT get_HasConsolidatedCache(
VARIANT_BOOL* pvbHasCache
);
[C++]
HRESULT put_HasConsolidatedCache(
VARIANT_BOOL pvbHasCache
);
[C++]
Parameters pvbHasCache [out, retval] pvbHasCache is a parameter of type VARIANT_BOOL pvbHasCache [in] pvbHasCache is a parameter of type VARIANT_BOOL