|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchEngineProperties
Provides access to members that modify the search engine's property set.
| Method Summary | |
|---|---|
void |
edit(int parentHWnd)
Opens a dialog box that lets a user set the search engine's properties. |
String |
getLocationString()
Starting location of a search. |
void |
load(IPropertySet pPropertySet)
Loads the search engine properties from the given property set. |
void |
save(IPropertySet pPropertySet)
Saves the search engine properties to the given property set. |
void |
setLocationString(String pLocation)
Starting location of a search. |
| Method Detail |
|---|
void edit(int parentHWnd)
throws IOException,
AutomationException
parentHWnd - The parentHWnd (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void load(IPropertySet pPropertySet)
throws IOException,
AutomationException
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void save(IPropertySet pPropertySet)
throws IOException,
AutomationException
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLocationString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocationString(String pLocation)
throws IOException,
AutomationException
pLocation - The pLocation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||