GeoprocessingLong Class

  • GeoprocessingLong
  • class Esri::ArcGISRuntime::GeoprocessingLong

    A 32-bit integer input or output parameter. More...

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

    Public Functions

    GeoprocessingLong(QObject *parent = nullptr)
    GeoprocessingLong(int value, QObject *parent = nullptr)
    virtual ~GeoprocessingLong() override
    void setValue(int value)
    int value() const

    Detailed Description

    Corresponds to GPLong parameter type on the service and represents a 32-bit integer value.

    Member Function Documentation

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

    Constructor that accepts an optional parent object.

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

    [explicit] GeoprocessingLong::GeoprocessingLong(int value, QObject *parent = nullptr)

    Constructor that accepts an initial value and an optional parent object.

    [override virtual] GeoprocessingLong::~GeoprocessingLong()

    Destructor.

    void GeoprocessingLong::setValue(int value)

    Sets the value to value.

    See also value().

    int GeoprocessingLong::value() const

    Returns the 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.