This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.CachePath Property (ArcObjects .NET 10.5 SDK) |
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