ArcObjects Library Reference (CatalogUI)  

IGxAddOGCConnectionDialog.DoModalCreateWCSConnection Method

Displays the dialog to create a new WCS server connection.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxAddOGCConnectionDialog Interface