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


IGxDialog.DoModalOpen Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxDialog Interface > IGxDialog.DoModalOpen Method
ArcGIS Developer Help

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 a custom raster function Create an NDVI custom raster function