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


IGlobeAdvancedOptions.CachePath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.CachePath Property

The path to the globe data cache in disk.

[Visual Basic .NET]
Public Property CachePath As String
[C#]
public string CachePath {get; set;}
[C++]
HRESULT get_CachePath(
  BSTR* pCachePath
);
[C++]
HRESULT put_CachePath(
  BSTR pCachePath
);
[C++]

Parameters pCachePath [out, retval] pCachePath is a parameter of type BSTR pCachePath [in] pCachePath is a parameter of type BSTR

Product Availability

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

See Also

IGlobeAdvancedOptions Interface