This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > ID > IDataFrameShapeDialog Interface > IDataFrameShapeDialog.DoModal Method (ArcObjects .NET 10.5 SDK) |
Opens and shows the dialog.
[Visual Basic .NET] Public Function DoModal ( _ ByVal Title As String, _ ByVal pMapFrame As IMapFrame, _ ByVal pContainer As IGraphicsContainer, _ ByVal hParentWnd As Integer _ ) As Boolean
[C#] public bool DoModal ( string Title, IMapFrame pMapFrame, IGraphicsContainer pContainer, int hParentWnd );