This document is archived and information here might be outdated.  Recommended version.


IGxAddOGCConnectionDialog.DoModalCreateWMSConnection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxAddOGCConnectionDialog Interface > IGxAddOGCConnectionDialog.DoModalCreateWMSConnection Method
ArcGIS Developer Help

IGxAddOGCConnectionDialog.DoModalCreateWMSConnection Method

Displays the dialog to create a new WMS server connection.

[Visual Basic .NET]
Public Function DoModalCreateWMSConnection ( _
    ByVal hParent As Integer, _
    ByRef selectedResources As Object _
) As IWMSConnection
[C#]
public IWMSConnection DoModalCreateWMSConnection (
    int hParent,
    ref object selectedResources
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxAddOGCConnectionDialog Interface