This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSConnectionName Interface > IWMSConnectionName.OpenEx Method (ArcObjects .NET 10.5 SDK) |
Opens the WMS Connection.
[Visual Basic .NET] Public Function OpenEx ( _ ByVal pTrackCancel As ITrackCancel _ ) As Object
[C#] public object OpenEx ( ITrackCancel pTrackCancel );
[C++]
HRESULT OpenEx(
ITrackCancel* pTrackCancel,
LPUNKNOWN* ppUnknown
);
[C++]
Parameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel ppUnknown [out, retval] ppUnknown is a parameter of type LPUNKNOWN
OpenEx returns a WMSConnection.