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


IGlobeDisplay.CacheUsage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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,
  double* pCacheUsageInMb
);
[C++]

Parameters CachePath [in] CachePath is a parameter of type BSTR bUpdate [in] bUpdate is a parameter of type VARIANT_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