ArcGIS Runtime SDK for WPF - Library Reference
ArcGISLocalTiledLayer Constructor(String)
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISLocalTiledLayer Class > ArcGISLocalTiledLayer Constructor : ArcGISLocalTiledLayer Constructor(String)

path
A System.String representing path of a Tile Cache Layer folder or a Tile Package (tpk) file.
Initializes a new instance of the ArcGISLocalTiledLayer class using the provided path to a tile cache folder or a Tile Package (.tpk) file.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal path As String _
)
C# 
public ArcGISLocalTiledLayer( 
   string path
)

Remarks

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.

Parameters

path
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.