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