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


ICalculatorUI2.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ICalculatorUI2.DoModal Method

Displays the dialog used to perform calculations.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICalculatorUI2 Interface