ArcObjects Library Reference (GlobeCore)  

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

Product Availability

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

See Also

IGlobeAdvancedOptions Interface