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


IExportDialog.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > OutputUI > ESRI.ArcGIS.OutputUI > Interfaces > IE > IExportDialog Interface > IExportDialog.DoModal Method
ArcGIS Developer Help

IExportDialog.DoModal Method

Displays Export Dialog.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal pPixelBounds As IEnvelope, _
    ByVal res As Short _
) As Boolean
[C#]
public bool DoModal (
    IEnvelope pPixelBounds,
    short res
);

Product Availability

Available with ArcGIS Desktop.

See Also

IExportDialog Interface