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


IGlobeServer.GetVirtualCacheDirectory Method (ArcObjects .NET 10.6 SDK)
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
);
[C++]

Parameters LayerID [in]
LayerID is a parameter of type long

Product Availability

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

See Also

IGlobeServer Interface