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


IQueryWizard Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IQ > IQueryWizard Interface
ArcGIS Developer Help

IQueryWizard Interface

Provides access to members of the query wizard.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property CombinationMethod The selected combination method (valid after calling DoModal).
Method DoModal Shows the query wizard.
Write-only property InitialLayer The initial layer (optional).
Read-only property Layer The layer selected (valid after calling DoModal).
Write-only property Map The map.
Read-only property WhereClause The generated WHERE clause (valid after calling DoModal).

Classes that implement IQueryWizard

Classes Description
QueryWizard Query wizard.