|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPToolCommandHelper
COM Interface 'IGPToolCommandHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID86d8caa9_6035_4ac9_9cdc_6c9ed6eafcea
|
static int |
xxDummy
Deprecated. Internal use only |
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(java.lang.String toolbox,
java.lang.String tool)
Associates the command object with a particular tool to be executed when the command is invoked. |
Field Detail |
---|
static final int IID86d8caa9_6035_4ac9_9cdc_6c9ed6eafcea
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTool(IGPTool tool) throws java.io.IOException, AutomationException
tool
- A reference to a com.esri.arcgis.geoprocessing.IGPTool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolByName(java.lang.String toolbox, java.lang.String tool) throws java.io.IOException, AutomationException
toolbox
- The toolbox (in)tool
- The tool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPTool getTool() throws java.io.IOException, AutomationException
java.io.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 |