A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-geoprocessingmultivalue.html below:

GeoprocessingMultiValue Class | ArcGIS Maps SDK for Qt

A multi value input or output parameter which contains a collection of values having a single geoprocessing parameter type. More...

Member Function Documentation [explicit] GeoprocessingMultiValue::GeoprocessingMultiValue(QObject *parent = nullptr)

Constructor that accepts an optional parent object.

[explicit] GeoprocessingMultiValue::GeoprocessingMultiValue(Esri::ArcGISRuntime::GeoprocessingParameterType valueParameterType, QObject *parent = nullptr)

Create a geoprocessing multi value parameter with the given geoprocessing parameter type.

Any parameters added to the values collection should match the given parameter_type or an error will be emitted.

GeoprocessingMultiValue::GeoprocessingMultiValue(Esri::ArcGISRuntime::GeoprocessingParameterType valueParameterType, const QList<Esri::ArcGISRuntime::GeoprocessingParameter *> &values, QObject *parent = nullptr)

Create a geoprocessing multi value parameter with the given collection of geoprocessing parameters.

All of the geoprocessing parameters in the given QList should be of the same type. This type should match the given parameter_type or an error will be emitted.

[override virtual noexcept] GeoprocessingMultiValue::~GeoprocessingMultiValue()

Destructor.

void GeoprocessingMultiValue::setValueParameterType(Esri::ArcGISRuntime::GeoprocessingParameterType valueParameterType)

Sets the GeoprocessingParameterType to valueParameterType.

See also valueParameterType().

void GeoprocessingMultiValue::setValues(const QList<Esri::ArcGISRuntime::GeoprocessingParameter *> &values)

Sets the list of values to values.

See also values().

Esri::ArcGISRuntime::GeoprocessingParameterType GeoprocessingMultiValue::valueParameterType() const

Returns the type of the geoprocessing parameters in this multi-value parameter's collection.

An error will be emitted if the given type doesn't match that of the collection if the collection has already been set.

See also setValueParameterType().

QList<Esri::ArcGISRuntime::GeoprocessingParameter *> GeoprocessingMultiValue::values() const

Returns the collection of geoprocessing parameters from this parameter.

All of the geoprocessing parameters in the given QList should be of the same type. If the parameter type has been set in this multi value, the given collection of geoprocessing parameters must be of the matching type or an error will be emitted.

See also setValues().


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4