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


IGxDialog.DoModalSave 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.DoModalSave Method
ArcGIS Developer Help

IGxDialog.DoModalSave Method

Opens the dialog to save data.

[Visual Basic .NET]
Public Function DoModalSave ( _
    ByVal parentWindow As Integer _
) As Boolean
[C#]
public bool DoModalSave (
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxDialog Interface