com.esri.arcgis.geodatabase
Interface IGPToolTip

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPCoordinateSystem, GPRasterCalculatorExpression, GPSpatialReference

public interface IGPToolTip
extends Serializable

Provides access to members that return Geoprocesssing value tool tip.

Product Availability

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


Method Summary
 String getToolTip()
          Creates a tool tip string for the value.
 

Method Detail

getToolTip

String getToolTip()
                  throws IOException,
                         AutomationException
Creates a tool tip string for the value.

Product Availability

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

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