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