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


IGlobeServerGroupLayer.HasConsolidatedCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerGroupLayer Interface > IGlobeServerGroupLayer.HasConsolidatedCache Property
ArcGIS Developer Help

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(
  Boolean* pvbHasCache
);
[C++]
HRESULT put_HasConsolidatedCache(
  VARIANT_BOOL pvbHasCache
);
[C++]
Parameters
pvbHasCache [out, retval]

pvbHasCache is a parameter of type bool* pvbHasCache [in]
pvbHasCache is a parameter of type bool

Product Availability

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

See Also

IGlobeServerGroupLayer Interface