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


IExportDialog2.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (OutputUI)  

IExportDialog2.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

IExportDialog2 Interface