Gets a tile for a given tile location from a given layer.
[Visual Basic 6.0] Function GetLayerTileEx(
ByVal MapName As String, _
ByVal LayerID As Long, _
ByVal level As Long, _
ByVal Row As Long, _
ByVal column As Long, _
ByVal CacheFormat As Long _
)() As Byte
[Visual Basic .NET] Public Function GetLayerTileEx ( _ ByVal MapName As String, _ ByVal LayerID As Integer, _ ByVal level As Integer, _ ByVal Row As Integer, _ ByVal column As Integer, _ ByVal CacheFormat As Integer _ ) As Byte[]
[C#] public Byte[] GetLayerTileEx ( string MapName, int LayerID, int level, int Row, int column, int CacheFormat );
[Java] public Byte[] getLayerTileEx ( String MapName, int LayerID, int level, int Row, int column, int CacheFormat ) throws IOException, AutomationException
[C++]
HRESULT GetLayerTileEx(
BSTR MapName,
long LayerID,
long level,
long Row,
long column,
long CacheFormat,
Data* Data
);
Parameters
MapName [in]
MapName is a parameter of type BSTR
LayerID [in]
LayerID is a parameter of type long
level [in]
level is a parameter of type long
Row [in]
Row is a parameter of type long
column [in]
column is a parameter of type long
CacheFormat [in]
CacheFormat is a parameter of type long
Data [out, retval]
Data is a parameter of type
This call gets the specified tile from the specified layer for a map service that has a multi layer cache.