Enum ArcadeExpressionReturnType
The expected type of the result calculated by an expression described within an ArcadeExpression
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ArcadeExpressionReturnType
Fields
Name | Description |
---|---|
Any | The return type is expected to be any of the other ArcadeExpressionReturnType types. 'Any' implies that the application evaluating the expression will need to check the result for its type and use the value appropriately. |
Automatic | The return type of the expression will be automatically determined based on the script calculation. The return type is determined by the return value of the script. Different paths through the script might result in different result types. For example, depending on input values, it might return a number, a string, a date or an array. |
Boolean | The return type is expected to be a boolean value of |
Dictionary | The return type is expected to be a dictionary of key/value pairs. |
Number | The return type is expected to be a floating-point number. |
String | The return type is expected to be a string. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.0 |
.NET 6.0 | 100.13 - 200.0 |
.NET 6.0 Windows | 100.13 - 200.0 |
.NET 6.0 Android | 200 |
.NET 6.0 iOS | 200 |
.NET Framework | 100.11 - 200.0 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Android | 100.11 - 100.15 |
iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.0 |