Initializes a new instance of the PackageLayer class using the specified file path.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public PackageLayer(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)

Parameters

path
Type: System..::.String

The file path to an ArcGIS Desktop layer file (.lyr), a layer package file (.lpk) or a layer package information file (.pkinfo).

See Also