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


IGlobeAdvancedOptions.SetUseCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.SetUseCache Method
ArcGIS Developer Help

IGlobeAdvancedOptions.SetUseCache Method

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 bool sizeInMb [in]
sizeInMb is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeAdvancedOptions Interface