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


IGlobeAdvancedOptions.GetUseCache 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.GetUseCache Method
ArcGIS Developer Help

IGlobeAdvancedOptions.GetUseCache Method

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(
  Boolean* pbUseDiskCache,
  System.Double* pSizeInMb
);
[C++]
Parameters
pbUseDiskCache [out]

pbUseDiskCache is a parameter of type bool* pSizeInMb [out]
pSizeInMb is a parameter of type double*

Product Availability

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

See Also

IGlobeAdvancedOptions Interface