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

path
A System.String representing the path or URL of an ArcGIS map package.
layerName
A System.String representing the name of a layer within the .
Initializes a new instance of the ArcGISLocalFeatureLayer class using the provided path to a map package and the name of a layer within the map.

Syntax

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

Parameters

path
A System.String representing the path or URL of an ArcGIS map package.
layerName
A System.String representing the name of a layer within the .

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.