ArcObjects Library Reference  (GlobeCore)    

IGlobeServer.GetCacheName Method

Gets the virtual cache directory for a given layer.

[Visual Basic 6.0]
Function GetCacheName(
    ByVal LayerID As Long _
) As String
[Visual Basic .NET]
Public Function GetCacheName ( _
    ByVal LayerID As Integer _
) As String
[C#]
public string GetCacheName (
    int LayerID
);
[Java]
public String getCacheName (
    int LayerID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetCacheName(
  long LayerID,
  BSTR* pName
);
[C++]

Parameters

LayerID [in]

  LayerID is a parameter of type long

pName [out, retval]

  pName is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServer Interface