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


ISearchEngineProperties.Load Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

ISearchEngineProperties.Load Method

Loads the search engine properties from the given property set.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal pPropertySet As IPropertySet _
)
[C#]
public void Load (
    IPropertySet pPropertySet
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISearchEngineProperties Interface