ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.GetVirtualCacheDirectory Method

Gets the virtual cache directory for a given layer.

[Visual Basic 6.0]
Function GetVirtualCacheDirectory(
    ByVal LayerID As Long _
) As String
[Visual Basic .NET]
Public Function GetVirtualCacheDirectory ( _
    ByVal LayerID As Integer _
) As String
[C#]
public string GetVirtualCacheDirectory (
    int LayerID
);
[Java]
public String getVirtualCacheDirectory (
    int LayerID
)
throws
    IOException,
    AutomationException
[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