A string 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 |
| QString | value() const |
Detailed Description
Corresponds to GPString parameter type on the service.
Member Function Documentation
GeoprocessingString::GeoprocessingString (const QString &value, QObject *parent = nullptr)
Constructor that accepts a string value and an optional parent object.
GeoprocessingString::GeoprocessingString (QObject *parent = nullptr)
Constructor that accepts an optional parent object.
[override virtual] GeoprocessingString::~GeoprocessingString ()
Destructor.
void GeoprocessingString::setValue (const QString &value)
Sets the string value to value.
See also value().
QString GeoprocessingString::value() const
Returns the string value.
See also setValue().