com.esri.arcgis.geoprocessing
Interface IGPBoolean

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

public interface IGPBoolean
extends Serializable

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

Product Availability

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


Method Summary
 boolean isValue()
          The value of the geoprocessing value object as a boolean.
 void setValue(boolean value)
          The value of the geoprocessing value object as a boolean.
 

Method Detail

isValue

boolean isValue()
                throws IOException,
                       AutomationException
The value of the geoprocessing value object as a boolean.

Product Availability

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

Supported Platforms

Windows

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

setValue

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

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.