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

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIForm) | Create a custom raster function (Code Files: WatermarkFunctionUIForm)

.NET Related Topics

CatalogUI