This document is archived and information here might be outdated.  Recommended version.


IGlobeServerGroupLayer.HasConsolidatedCache Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerGroupLayer.HasConsolidatedCache Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServerGroupLayer Interface