ArcObjects Library Reference (CatalogUI)  

CatalogSearchEngine CoClass

A search engine that looks in the Catalog for objects that match the search criteria.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IConnectionPointContainer Supports connection points for connectable objects.
ISearchEngine Provides access to members that control the operation of the search engine.
ISearchEngineProperties Provides access to members that modify the search engine's property set.

Event Interfaces

Interfaces Description
ISearchEngineEvents (default) Provides access to events that are fired by an ongoing search.

Working with Events

[Visual Basic 6.0]

When working with CatalogSearchEngine's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pCatalogSearchEngine as CatalogSearchEngine