GeoprocessingString Class

  • GeoprocessingString
  • class Esri::ArcGISRuntime::GeoprocessingString

    A string input or output parameter. More...

    Header: #include <GeoprocessingString.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::GeoprocessingParameter

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    GeoprocessingString(const QString &value, QObject *parent = nullptr)
    GeoprocessingString(QObject *parent = nullptr)
    virtual ~GeoprocessingString() override
    void setValue(const QString &value)
    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().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close