ArcObjects Library Reference (CatalogUI)  

IGxDialog.DoModalOpen Method

Opens the dialog to choose data.

[Visual Basic .NET]
Public Function DoModalOpen ( _
    ByVal parentWindow As Integer, _
    ByRef Selection As IEnumGxObject _
) As Boolean
[C#]
public bool DoModalOpen (
    int parentWindow,
    ref IEnumGxObject Selection
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxDialog Interface