GeoprocessingBoolean Class

  • GeoprocessingBoolean
  • class Esri::ArcGISRuntime::GeoprocessingBoolean

    A Boolean input or output parameter. More...

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

    Public Functions

    GeoprocessingBoolean(QObject *parent = nullptr)
    GeoprocessingBoolean(bool value, QObject *parent = nullptr)
    virtual ~GeoprocessingBoolean() override
    void setValue(bool value)
    bool value() const

    Detailed Description

    Corresponds to GPDataFile parameter type on the service.

    Member Function Documentation

    [explicit] GeoprocessingBoolean::GeoprocessingBoolean(QObject *parent = nullptr)

    Constructor that accepts an optional parent object.

    For objects created with this constructor, the original value is true.

    [explicit] GeoprocessingBoolean::GeoprocessingBoolean(bool value, QObject *parent = nullptr)

    Constructor that accepts an initial value (true or false) and an optional parent object.

    [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().

    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