Class ArcadeEvaluationResult
The result from the successful evaluation of an Arcade Expression.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Arcade
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcadeEvaluationResult
Properties
| Name | Description |
|---|---|
| Result | Gets the result of a successful evaluation. |
Methods
| Name | Description |
|---|---|
| CastTo(ArcadeExpressionReturnType) | Cast the result of an evaluation to another type using the arcade casting rules. |
| IsEqual(ArcadeEvaluationResult) | Tests if two ArcadeEvaluationResult objects are equal. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |