com.esri.arcgis.geoprocessing
Interface IGPLong

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

public interface IGPLong
extends Serializable

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

Product Availability

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


Method Summary
 int IGPLong_getValue()
          The value of the geoprocessing value object as a long integer.
 void setValue(int value)
          The value of the geoprocessing value object as a long integer.
 

Method Detail

IGPLong_getValue

int IGPLong_getValue()
                     throws IOException,
                            AutomationException
The value of the geoprocessing value object as a long integer.

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(int value)
              throws IOException,
                     AutomationException
The value of the geoprocessing value object as a long integer.

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.