IWMTSConnectionName Interface
Provides access to members that supply WMTS server connection name information.
Members
Name | Description | |
---|---|---|
![]() |
ConnectionProperties | Connection properties that will be used to connect to the WMS server. |
![]() |
OpenEx | Opens the WMS Connection. |
IWMTSConnectionName.ConnectionProperties Property
Connection properties that will be used to connect to the WMS server.
Public Property ConnectionProperties As IPropertySet
public IPropertySet ConnectionProperties {get; set;}
IWMTSConnectionName.OpenEx Method
Opens the WMS Connection.
Public Function OpenEx ( _
ByVal pTrackCancel As ITrackCancel _
) As Object
public object OpenEx (
ITrackCancel pTrackCancel
);
Classes that implement IWMTSConnectionName
Classes | Description |
---|---|
WMTSConnectionName | The WMTS Connection name. |