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


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

IGlobeLayerProperties2.IsMapConsolidatedParent Property

Indicates if the group layer cache consolidates the children through map rendering.

[Visual Basic .NET]
Public Property IsMapConsolidatedParent As Boolean
[C#]
public bool IsMapConsolidatedParent {get; set;}
[C++]
HRESULT get_IsMapConsolidatedParent(
  VARIANT_BOOL bConsolidated
);
[C++]
HRESULT put_IsMapConsolidatedParent(
  Boolean* bConsolidated
);
[C++]
Parameters
bConsolidated [in]

bConsolidated is a parameter of type bool bConsolidated [out, retval]
bConsolidated is a parameter of type bool*

Product Availability

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

Description

Cache consolidation allows you to improve the performance of ArcGlobe by reducing the number of disk caches that are stored and displayed for an ArcGlobe document. Cache consolidation is only available for group layers in ArcGlobe. There are two options for cache consolidation: rasterizing the group layer or merging child caches.

Rasterizing the group layer option is also known as map consolidation. Rasterizing a group layer consolidates the child layers into a single cache, rendering them as a single raster layer with a single cache. All the child layers within the rasterized group layer must also be rasterized. Any child layers that were not rasterized before will become rasterized when the option is set to True. In this way, the group layer will be drawn similar to how it is drawn in ArcMap.

See Also

IGlobeLayerProperties2 Interface