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


IArcQueryBuilder.Show Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcQueryBuilder.Show Method

Displays the query builder dialog to build expressions.

[Visual Basic .NET]
Public Function Show ( _
    ByVal pDataElement As IDataElement, _
    ByVal pQuerys As IArcQuerys _
) As IArcQuerys
[C#]
public IArcQuerys Show (
    IDataElement pDataElement,
    IArcQuerys pQuerys
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQueryBuilder Interface