com.esri.arcgis.geoprocessing
Interface IGPToolCommandHelper2

All Superinterfaces:
IGPToolCommandHelper, java.io.Serializable
All Known Implementing Classes:
IGPToolCommandHelper2Proxy

public interface IGPToolCommandHelper2
extends IGPToolCommandHelper, java.io.Serializable

COM Interface 'IGPToolCommandHelper2'. 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 IID17c54fd8_0273_4688_a878_0e16e0e32c19
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolCommandHelper
IID86d8caa9_6035_4ac9_9cdc_6c9ed6eafcea
 
Method Summary
 void invokeModal(int hWndParent, IArray parameters, boolean[] pOK, IGPMessages[] ppMessages)
          Invokes the tool with a modal dialog currently associated with the command.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPToolCommandHelper
getTool, setTool, setToolByName
 

Field Detail

IID17c54fd8_0273_4688_a878_0e16e0e32c19

static final int IID17c54fd8_0273_4688_a878_0e16e0e32c19
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

invokeModal

void invokeModal(int hWndParent,
                 IArray parameters,
                 boolean[] pOK,
                 IGPMessages[] ppMessages)
                 throws java.io.IOException,
                        AutomationException
Invokes the tool with a modal dialog currently associated with the command.

Parameters:
hWndParent - The hWndParent (A COM typedef) (in)
parameters - A reference to a com.esri.arcgis.system.IArray (in)
pOK - The pOK (out: use single element array)
ppMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.