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


IFindDialog.DoSearch Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

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