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 > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.SetUseCache Method (ArcObjects .NET 10.5 SDK) |
Sets disk cache option and cache size.
[Visual Basic .NET] Public Sub SetUseCache ( _ ByVal bUseDiskCache As Boolean, _ ByVal sizeInMb As Double _ )
[C#] public void SetUseCache ( bool bUseDiskCache, double sizeInMb );
[C++]
HRESULT SetUseCache(
VARIANT_BOOL bUseDiskCache,
double sizeInMb
);
[C++]
Parameters bUseDiskCache [in] bUseDiskCache is a parameter of type VARIANT_BOOL sizeInMb [in] sizeInMb is a parameter of type double