IWMTSConnectionFactory Interface
Provides access to members give access to WMTSFactory information.
Members
Name | Description | |
---|---|---|
![]() |
Open | Opens a WMTS connection for the given properties. |
IWMTSConnectionFactory.Open Method
Opens a WMTS connection for the given properties.
Public Function Open ( _
ByVal pConnectionProperties As IPropertySet, _
ByVal hWnd As Integer, _
ByVal pTrackCancel As ITrackCancel _
) As IWMTSConnection
public IWMTSConnection Open (
IPropertySet pConnectionProperties,
int hWnd,
ITrackCancel pTrackCancel
);
Classes that implement IWMTSConnectionFactory
Classes | Description |
---|---|
WMTSConnectionFactory | A factory object for WMTS Connections. |