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


IArcQueryBuilder.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcQueryBuilder Interface > IArcQueryBuilder.Show Method
ArcGIS Developer Help

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