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 > IGlobeServer Interface > IGlobeServer.GetVirtualCacheDirectory Method (ArcObjects .NET 10.5 SDK) |
Gets the virtual cache directory for a given layer.
[Visual Basic .NET] Public Function GetVirtualCacheDirectory ( _ ByVal LayerID As Integer _ ) As String
[C#] public string GetVirtualCacheDirectory ( int LayerID );
[C++]
HRESULT GetVirtualCacheDirectory(
long LayerID,
BSTR* pUrl
);
[C++]
Parameters LayerID [in] LayerID is a parameter of type long pUrl [out, retval] pUrl is a parameter of type BSTR