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


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

IGlobeDisplay.CacheUsage Property

The disk cache usage in Mb (will return the current one if path is empty string).

[Visual Basic .NET]
Public Function get_CacheUsage ( _
    ByVal CachePath As String, _
    ByVal bUpdate As Boolean _
) As Double
[C#]
public double get_CacheUsage (
    string CachePath,
    bool bUpdate
);
[C++]
HRESULT get_CacheUsage(
  BSTR CachePath,
  VARIANT_BOOL bUpdate,
  System.Double* pCacheUsageInMb
);
[C++]
Parameters
CachePath [in]

CachePath is a parameter of type BSTR bUpdate [in]
bUpdate is a parameter of type bool pCacheUsageInMb [out, retval]
pCacheUsageInMb is a parameter of type double*

Product Availability

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

See Also

IGlobeDisplay Interface