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


ISQLQueryDialog2.DoModalEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IS > ISQLQueryDialog2 Interface > ISQLQueryDialog2.DoModalEx Method
ArcGIS Developer Help

ISQLQueryDialog2.DoModalEx Method

Shows the SQL query dialog.

[Visual Basic .NET]
Public Function DoModalEx ( _
    ByVal initialSqlQuery As String, _
    ByVal pLayer As IFeatureLayer, _
    ByVal hwnd As Integer _
) As Boolean
[C#]
public bool DoModalEx (
    string initialSqlQuery,
    IFeatureLayer pLayer,
    int hwnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISQLQueryDialog2 Interface