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


ISearchEngine.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISearchEngine Interface > ISearchEngine.Stop Method
ArcGIS Developer Help

ISearchEngine.Stop Method

Cancels an ongoing search (if it is currently executing).

[Visual Basic .NET]
Public Sub Stop ( _
)
[C#]
public void Stop (
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISearchEngine Interface