com.esri.arcgis.geoprocessing
Interface IGPCustomToolGen

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPCustomToolGenProxy

public interface IGPCustomToolGen
extends java.io.Serializable

COM Interface 'IGPCustomToolGen'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to methods on a custom geoprocessing tool 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 IID5628d7e4_d193_4ce3_a55e_9c94b66c4181
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPToolExtensionGen getToolExtensionGen()
          The tool extension associated with the tool.
 

Field Detail

IID5628d7e4_d193_4ce3_a55e_9c94b66c4181

static final int IID5628d7e4_d193_4ce3_a55e_9c94b66c4181
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getToolExtensionGen

IGPToolExtensionGen getToolExtensionGen()
                                        throws java.io.IOException,
                                               AutomationException
The tool extension associated with the tool.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPToolExtensionGen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.