Initializes a new PackageLayer object using the specified web address and connects the layer to
the underlying data source.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Open ( _
url As Uri _
) As PackageLayer |
Parameters
- url
- Type: System..::.Uri
The URI referring to the target web address of the PackageLayer.
Return Value
A PackageLayer object which represents a layer defined within a layer package file.
See Also