A Boolean input or output parameter. More...
|  Header |  #include <Geoprocessing | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Geoprocessing | |
| Geoprocessing | |
| virtual | ~ | 
| void | set | 
| bool | value() const | 
Detailed Description
Corresponds to GPDataFile parameter type on the service.
Member Function Documentation
GeoprocessingBoolean::GeoprocessingBoolean (bool value, QObject *parent = nullptr)  
Constructor that accepts an initial value (true or false) and an optional parent object.
GeoprocessingBoolean::GeoprocessingBoolean (QObject *parent = nullptr)  
Constructor that accepts an optional parent object.
For objects created with this constructor, the original value is true.
[override virtual] GeoprocessingBoolean::~GeoprocessingBoolean  ()  
Destructor.
void GeoprocessingBoolean::setValue (bool value)  
Sets the Boolean value to value.
See also value().
bool GeoprocessingBoolean::value() const  
Returns the Boolean value.
See also setValue().