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


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

IGlobeLayerProperties4.IsRasterCatalogCacheConsolidated Property

Indicates if a raster catalog has a consolidated cache.

[Visual Basic .NET]
Public Property IsRasterCatalogCacheConsolidated As Boolean
[C#]
public bool IsRasterCatalogCacheConsolidated {get; set;}
[C++]
HRESULT get_IsRasterCatalogCacheConsolidated(
  VARIANT_BOOL bConsolidated
);
[C++]
HRESULT put_IsRasterCatalogCacheConsolidated(
  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.

See Also

IGlobeLayerProperties4 Interface