com.esri.arcgis.geoprocessing
Interface IGPDouble

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPDouble, GPVariant

public interface IGPDouble
extends Serializable

Provides access to the properties/methods of a geoprocessing double object.

Product Availability

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


Method Summary
 double IGPDouble_getValue()
          The value of the geoprocessing value object as a double.
 void setValue(double value)
          The value of the geoprocessing value object as a double.
 

Method Detail

IGPDouble_getValue

double IGPDouble_getValue()
                          throws IOException,
                                 AutomationException
The value of the geoprocessing value object as a double.

Product Availability

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

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

setValue

void setValue(double value)
              throws IOException,
                     AutomationException
The value of the geoprocessing value object as a double.

Product Availability

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

Supported Platforms

Windows

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