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