com.esri.arcgis.geoprocessing
Interface IDEToolbox

All Superinterfaces:
Serializable
All Known Subinterfaces:
IDEToolbox2
All Known Implementing Classes:
DEToolbox

public interface IDEToolbox
extends Serializable

Provides access to properties/methods of a toolbox data element object.

Product Availability

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


Method Summary
 String getAlias()
          The toolbox alias.
 void setAlias(String alias)
          The toolbox alias.
 

Method Detail

getAlias

String getAlias()
                throws IOException,
                       AutomationException
The toolbox alias.

Product Availability

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

Supported Platforms

Windows

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

setAlias

void setAlias(String alias)
              throws IOException,
                     AutomationException
The toolbox alias.

Product Availability

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

Supported Platforms

Windows

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