A placeholder for attribute values that can change for a particular network analysis. More...
Member Function Documentation AttributeParameterValue::AttributeParameterValue()Default constructor.
AttributeParameterValue::AttributeParameterValue(const Esri::ArcGISRuntime::AttributeParameterValue &other)Copy constructor from other AttributeParameterValue.
[noexcept]
AttributeParameterValue::AttributeParameterValue(Esri::ArcGISRuntime::AttributeParameterValue &&other)
Move constructor from other AttributeParameterValue.
[noexcept]
AttributeParameterValue::~AttributeParameterValue()
Destructor.
QString AttributeParameterValue::attributeName() constReturns the name of the attribute that you would like to add a parameter for.
See also setAttributeName().
QString AttributeParameterValue::parameterName() constReturns the name of the parameter.
See also setParameterName().
QVariant AttributeParameterValue::parameterValue() constReturns the value of the parameter.
See also setParameterValue().
void AttributeParameterValue::setAttributeName(const QString &attributeName)Sets the name of the attribute that you would like to add a parameter for to attributeName.
For example, HeightRestriction
.
See also attributeName().
void AttributeParameterValue::setParameterName(const QString ¶meterName)Sets the parameter name to parameterName.
For example, Vehicle
Height
.
See also parameterName().
void AttributeParameterValue::setParameterValue(const QVariant ¶meterValue)Sets the parameter value to parameterValue.
For example, in the case where the parameterName is Vehicle
Height
, the parameterValue could be 0, meaning the vehicle can fit under any clearance.
See also parameterValue().
[noexcept]
Esri::ArcGISRuntime::AttributeParameterValue &AttributeParameterValue::operator=(Esri::ArcGISRuntime::AttributeParameterValue &&other)
Move operator from other AttributeParameterValue.
Esri::ArcGISRuntime::AttributeParameterValue &AttributeParameterValue::operator=(const Esri::ArcGISRuntime::AttributeParameterValue &other)Assignment operator from other AttributeParameterValue.
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