ArcGIS Runtime SDK for WPF - Library Reference
Path Property
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISLocalTiledLayer Class : Path Property

Gets or sets the Path of the ArcGISLocalTiledLayer.

Syntax

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

Remarks

This property cannot be set once the ArcGISLocalTiledLayer is initialized. Prior to attempting to set this property the isInitialized property should be checked. If an attempt is made to set the Path property whilst the ArcGISLocalTiledLayer is initialized a System.InvalidOperationException will be thrown.

If tile cache folders are used then set the Path to point to the folder containing conf.xml. Folders containing compact cache is also supported. For Tile Packages simply set the path to the .tpk file.

Property Value

A System.String representing path of a Tile Cache Layer folder or a Tile Package (tpk) file.

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.