ArcGIS Explorer Component Help |
ServiceConnectionProperties Constructor (ServiceType) |
ServiceConnectionProperties Class See Also |
Initializes a new instance of the ServiceConnectionProperties class to define the connection to the specified service type.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ServiceConnectionProperties( ServiceType ServiceType ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ ServiceType As ServiceType _ ) |
Parameters
- ServiceType
- Type: ESRI.ArcGISExplorer.Data..::.ServiceType
One of the ServiceType values which defines the type of service.
Remarks
This constructor can be used when you wish to specify the ServiceConnection properties individually, instead of using one of the static Open... convenience methods on the ServiceLayer class.
Version Information: This constructor is supported from version 2.0.0.1500.
See Also
ServiceLayer.OpenGlobeServer
ServiceLayer.OpenIms
ServiceLayer.OpenMapServer
ServiceLayer.OpenWms