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


IGlobeAdvancedOptions.CachePath Property (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.CachePath Property
ArcGIS Developer Help

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(
  System.String* 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