com.esri.arcgis.geoprocessing
Interface IGPToolCommandHelper2
- All Superinterfaces: 
 - IGPToolCommandHelper, Serializable
 
- All Known Implementing Classes: 
 - IGPToolCommandHelper2Proxy
 
public interface IGPToolCommandHelper2
- extends IGPToolCommandHelper, Serializable
 
Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 void | 
invokeModal(int hWndParent,
            IArray parameters,
            boolean[] pOK,
            IGPMessages[] ppMessages)
 
          Invokes the tool with a modal dialog currently associated with the command. | 
 
 
invokeModal
void invokeModal(int hWndParent,
                 IArray parameters,
                 boolean[] pOK,
                 IGPMessages[] ppMessages)
                 throws IOException,
                        AutomationException
- Invokes the tool with a modal dialog currently associated with the command.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 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:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.