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


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

IFindDialog.GetSearchEngine Method

The nth search engine.

[Visual Basic .NET]
Public Function GetSearchEngine ( _
    ByVal index As Integer _
) As ISearchEngine
[C#]
public ISearchEngine GetSearchEngine (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFindDialog Interface