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


IAddDataDialog.Show Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IAddDataDialog.Show Method

Indicates if the dialog is shown and adds the data.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal parentHWnd As Integer, _
    ByRef ok As Boolean _
)
[C#]
public void Show (
    int parentHWnd,
    ref bool ok
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAddDataDialog Interface