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


IGxAddOGCConnectionDialog.DoModalCreateWCSConnection 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.DoModalCreateWCSConnection Method
ArcGIS Developer Help

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