ArcObjects Library Reference (GlobeCore)  

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 VARIANT_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