ArcObjects Library Reference (GISClient)  

IWCSConnectionFactory.Open Method

Opens an WCS connection for the given properties.

[Visual Basic .NET]
Public Function Open ( _
    ByVal pConnectionProperties As IPropertySet, _
    ByVal hWnd As Integer, _
    ByVal pTrackCancel As ITrackCancel _
) As IWCSConnection
[C#]
public IWCSConnection Open (
    IPropertySet pConnectionProperties,
    int hWnd,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Open(
  IPropertySet* pConnectionProperties,
  long hWnd,
  ITrackCancel* pTrackCancel,
  IWCSConnection** ppConnection
);
[C++]

Parameters

pConnectionProperties [in]

  pConnectionProperties is a parameter of type IPropertySet

hWnd [in]   hWnd is a parameter of type long pTrackCancel

  pTrackCancel is a parameter of type ITrackCancel

ppConnection [out, retval]

  ppConnection is a parameter of type IWCSConnection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWCSConnectionFactory Interface