com.esri.arcgis.framework
Interface IArcToolboxFind

All Superinterfaces:
Serializable
All Known Implementing Classes:
IArcToolboxFindProxy

public interface IArcToolboxFind
extends Serializable

Provides access to this tool's properties for the ArcToolbox Find tool.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getArcCommands()
          The ArcCommands used by this tool.
 String getKeywords()
          Keywords used to find this tool with the ArcToolbox Find tool.
 

Method Detail

getArcCommands

String getArcCommands()
                      throws IOException,
                             AutomationException
The ArcCommands used by this tool.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The commands
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeywords

String getKeywords()
                   throws IOException,
                          AutomationException
Keywords used to find this tool with the ArcToolbox Find tool.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The keywords
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.