|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPScriptTool
Provides access to methods on a geoprocessing script tool object.
Method Summary | |
---|---|
IArray |
getEnvironments()
The environments associated with the tool. |
String |
getFileName()
The name of the script file associated with the tool. |
boolean |
isShowCommandWindow()
Indicates whether or not to display a command window when executing. |
void |
setEnvironmentsByRef(IArray environments)
The environments associated with the tool. |
void |
setFileName(String name)
The name of the script file associated with the tool. |
void |
setParameterInfoByRef(IArray rhs1)
The parameters associated with the tool. |
void |
setShowCommandWindow(boolean showWindow)
Indicates whether or not to display a command window when executing. |
Method Detail |
---|
String getFileName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFileName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterInfoByRef(IArray rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getEnvironments() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnvironmentsByRef(IArray environments) throws IOException, AutomationException
environments
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowCommandWindow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowCommandWindow(boolean showWindow) throws IOException, AutomationException
showWindow
- The showWindow (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 |