GeoprocessingDouble QML Type
A double input or output parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- GeoprocessingDouble is part of QML Type List.
Properties
- value : double
Signals
Detailed Description
Corresponds to GPDouble parameter type on the service.
Property Documentation
value : double |
The double value.
Signal Documentation
valueChanged() |
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.