ArcObjects Library Reference (GlobeCore)  

IGlobeServer.GetVirtualCacheDirectory Method

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

Product Availability

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

See Also

IGlobeServer Interface