ArcGIS API for Silverlight - Library Reference
GetTileUrl Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TiledMapServiceLayer Class : GetTileUrl Method

level
Layer level
row
Tile row
col
Tile column
Returns a URL to the specified tile

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetTileUrl( _
   ByVal level As Integer, _
   ByVal row As Integer, _
   ByVal col As Integer _
) As String
C# 
public abstract string GetTileUrl( 
   int level,
   int row,
   int col
)

Parameters

level
Layer level
row
Tile row
col
Tile column

Return Value

URL to the tile image

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.