GeoprocessingLong QML Type
A 32-bit integer input or output parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- GeoprocessingLong is part of QML Type List.
Properties
- value : int
Signals
Detailed Description
Corresponds to GPLong parameter type on the service and represents a 32-bit integer value.
Property Documentation
value : int |
The value of this parameter.
Signal Documentation
valueChanged() |
The signal emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.