This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.GetUseCache Method (ArcObjects .NET 10.4 SDK) |
Gets disk cache option and cache size.
[Visual Basic .NET] Public Sub GetUseCache ( _ ByRef pbUseDiskCache As Boolean, _ ByRef pSizeInMb As Double _ )
[C#] public void GetUseCache ( ref bool pbUseDiskCache, ref double pSizeInMb );
[C++]
HRESULT GetUseCache(
VARIANT_BOOL* pbUseDiskCache,
double* pSizeInMb
);
[C++]
Parameters pbUseDiskCache [out] pbUseDiskCache is a parameter of type VARIANT_BOOL pSizeInMb [out] pSizeInMb is a parameter of type double