Show / Hide Table of Contents

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 true or false.

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

TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.