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

Gets or sets the path or URL to the map package from which the ArcGISLocalDynamicMapServiceLayer is created.

Syntax

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

Remarks

This property cannot be set once the ArcGISLocalDynamicMapServiceLayer is initialized. Prior to attempting to set this property the ESRI.ArcGIS.Client.Layer.IsInitialized property should be checked. If an attempt is made to set the Path property whilst the ArcGISLocalDynamicMapServiceLayer is initialized a System.InvalidOperationException will be thrown.

Property Value

A System.String representing the map package path or 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.