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

path
A System.String representing the map package path or Url.
Initializes a new instance of the ArcGISLocalDynamicMapServiceLayer class with the specified path to an ArcGIS map package.

Syntax

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

Parameters

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