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


IFindDialog.Initialize 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.Initialize Method
ArcGIS Developer Help

IFindDialog.Initialize Method

Initializes the dialog box based on a query's parameters and then opens it.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IFindDialog Interface