ArcGIS Runtime SDK for WPF - Library Reference
TemplateUrl Property
See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WebTiledLayer Class : TemplateUrl Property

Gets or sets the template URL to the Web Tiled Layer. The template url contains a parameterized url. The template can contain the following templated parameters: {subDomain}, {level}, {row} and {col}.

Example of OpenStreetMap template URL: http://{subDomain}.tile.opencyclemap.org/cycle/{level}/{col}/{row}.png

Syntax

Visual Basic (Declaration) 
Public Property TemplateUrl As String
C# 
public string TemplateUrl {get; set;}

Property Value

The template URL.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.