com.esri.arcgis.geoprocessing
Interface IGPToolInfo2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPToolInfo2Proxy

public interface IGPToolInfo2
extends Serializable

Provides access to the properties/methods of the tool information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          The tool description.
 void setDescription(String description)
          The tool description.
 

Method Detail

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The tool description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The description
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String description)
                    throws IOException,
                           AutomationException
The tool description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
description - The description (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.