This document is archived and information here might be outdated. Recommended version. |
Gets the cache name for a given layer within a map.
[Visual Basic .NET] Public Function GetCacheName ( _ ByVal MapName As String, _ ByVal LayerID As Integer _ ) As String
[C#] public string GetCacheName ( string MapName, int LayerID );
[C++]
HRESULT GetCacheName(
BSTR MapName,
long LayerID
);
[C++]
Parameters MapName [in]
MapName is a parameter of type BSTR LayerID [in]
LayerID is a parameter of type long