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