|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPToolCommandHelper
Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.
| Method Summary | |
|---|---|
IGPTool |
getTool()
The geoprocessing tool currently associated with the command. |
void |
setTool(IGPTool tool)
Associates the command object with a particular tool to be executed when the command is invoked. |
void |
setToolByName(String toolbox,
String tool)
Associates the command object with a particular tool to be executed when the command is invoked. |
| Method Detail |
|---|
void setTool(IGPTool tool)
throws IOException,
AutomationException
tool - A reference to a com.esri.arcgis.geoprocessing.IGPTool (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToolByName(String toolbox,
String tool)
throws IOException,
AutomationException
toolbox - The toolbox (in)tool - The tool (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPTool getTool()
throws IOException,
AutomationException
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 | ||||||||