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


IGlobeLayerProperties2.IsMapConsolidatedChild 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.IsMapConsolidatedChild Property
ArcGIS Developer Help

IGlobeLayerProperties2.IsMapConsolidatedChild Property

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

[Visual Basic .NET]
Public Property IsMapConsolidatedChild As Boolean
[C#]
public bool IsMapConsolidatedChild {get; set;}
[C++]
HRESULT get_IsMapConsolidatedChild(
  VARIANT_BOOL bConsolidated
);
[C++]
HRESULT put_IsMapConsolidatedChild(
  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 and any child layers that were not rasterized before will become rasterized. In this way, the group layer will be drawn similar to how it is drawn in ArcMap.

See Also

IGlobeLayerProperties2 Interface