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

Gets or sets the level values to use when replacing the {level} parameter in the TemplateUrl. This optional property is useful when the TemplateUrl is expecting non numeric level values. This is maily used for the WMTS layers that are converted to WebTiledLayers when added to a webmap. The WMTS layers may use non numeric level values.

Syntax

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

Property Value

The level values.

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.