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.