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


IFindDialog.DoSearch Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IF > IFindDialog Interface > IFindDialog.DoSearch Method
ArcGIS Developer Help

IFindDialog.DoSearch Method

Starts executing the search defined by the query.

[Visual Basic .NET]
Public Sub DoSearch ( _
    ByVal pQuery As IQuery _
)
[C#]
public void DoSearch (
    IQuery pQuery
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFindDialog Interface