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


IQueryTableDialog.DoModalQueryTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IQ > IQueryTableDialog Interface > IQueryTableDialog.DoModalQueryTable Method
ArcGIS Developer Help

IQueryTableDialog.DoModalQueryTable Method

Displays the dialog to define a query layer.

[Visual Basic .NET]
Public Function DoModalQueryTable ( _
    ByVal pName As IQueryTableName, _
    ByVal hParent As Integer _
) As IQueryTableName
[C#]
public IQueryTableName DoModalQueryTable (
    IQueryTableName pName,
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQueryTableDialog Interface