Visual Basic (Declaration) | |
---|---|
Public Property Path As String |
C# | |
---|---|
public string Path {get; set;} |
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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8