ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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(
  VARIANT_BOOL bConsolidated
);
[C++]

Parameters

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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface