Initializes a new ServiceLayer object and connects the layer to an ArcIMS service.
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 OpenIms ( _
url As Uri, _
serviceName As String _
) As ServiceLayer |
Parameters
- url
- Type: System..::.Uri
A Uri object which represents a Uniform Resource Identifier and consists of
a string used to identify the ArcIMS service on the Internet.
- serviceName
- Type: System..::.String
The name of the service.
Return Value
A ServiceLayer object connected to the specified ArcIMS service.
Remarks
Exceptions
See Also