ArcGIS Explorer Component Help |
ServiceLayer Constructor |
ServiceLayer Class See Also |
Initializes a new instance of the ServiceLayer class with the specified ServiceConnectionProperties.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ServiceLayer( ServiceConnectionProperties connectionProperties ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ connectionProperties As ServiceConnectionProperties _ ) |
Parameters
- connectionProperties
- Type: ESRI.ArcGISExplorer.Data..::.ServiceConnectionProperties
The connection properties for the underlying service providing data for the new ServiceLayer.
Remarks
As an alternative to this constructor, consider using the static methods which are specific to the different supported service types ( OpenBingMapsOpenGlobeServer, OpenImageServer, OpenIms, OpenMapServer, OpenOpenStreetMap, or OpenWms) to create new ServiceLayers from different data sources.
Version Information: This method is supported from version 2.0.0.1500.