This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxDialog Interface > IGxDialog.DoModalOpen Method (ArcObjects .NET 10.4 SDK) |
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 );