ArcObjects Library Reference (Carto)  

IDynamicCacheLayerManager.ConsolidatedGroupLayer Property

Indicates whether the given composite layer cache is consolidated.

[Visual Basic .NET]
Public Property ConsolidatedGroupLayer As Boolean
[C#]
public bool ConsolidatedGroupLayer {get; set;}
[C++]
HRESULT get_ConsolidatedGroupLayer(
  VARIANT_BOOL* consolidated
);
[C++]
HRESULT put_ConsolidatedGroupLayer(
  VARIANT_BOOL consolidated
);
[C++]

Parameters

consolidated [out, retval]   consolidated is a parameter of type VARIANT_BOOL consolidated [in]   consolidated is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

By default, the dynamic display creates a separate cache for each individual layer in the map. At runtime, each cache is translated into textures when it comes to displaying the cache in dynamic mode. This means that when displayed, each layer is rendered as a sequence of adjacent textures in the form of seamless tiles. Each of these textures eventually takes a certain amount of memory on the graphics card.

See Also

IDynamicCacheLayerManager Interface