IWCSConnectionFactory Interface
Provides access to members give access to WCSFactory information.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
Open | Opens an WCS connection for the given properties. |
IWCSConnectionFactory.Open Method
Opens an WCS connection for the given properties.
Public Function Open ( _
ByVal pConnectionProperties As IPropertySet, _
ByVal hWnd As Integer, _
ByVal pTrackCancel As ITrackCancel _
) As IWCSConnection
public IWCSConnection Open (
IPropertySet pConnectionProperties,
int hWnd,
ITrackCancel pTrackCancel
);
Classes that implement IWCSConnectionFactory
Classes | Description |
---|---|
WCSConnectionFactory | A factory object for WCS Connections. |