ArcObjects Library Reference  (Carto)    

ITiledMapServer.GetCacheName Method

Gets the cache name for a given layer within a map.

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

Parameters

MapName [in]

  MapName is a parameter of type BSTR

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

ITiledMapServer Interface