This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.CacheUsage Property (ArcObjects .NET 10.5 SDK) |
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