ArcGIS Runtime SDK for iOS: AGSArcadeExpression.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSArcadeExpression.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSArcadeExpressionReturnType {
  AGSArcadeExpressionReturnTypeAutomatic = 0 , AGSArcadeExpressionReturnTypeNumber = 1 , AGSArcadeExpressionReturnTypeString = 2 , AGSArcadeExpressionReturnTypeDictionary = 3 ,
  AGSArcadeExpressionReturnTypeAny = 4 , AGSArcadeExpressionReturnTypeBoolean = 5
}
 

Enumeration Type Documentation

◆ AGSArcadeExpressionReturnType

The expected type of the result calculated by an expression described within an AGSArcadeExpression object.

Since
100.11
Enumerator
AGSArcadeExpressionReturnTypeAutomatic 

The return type of the expression will be automatically determined based on the script calculation.

AGSArcadeExpressionReturnTypeNumber 

The return type is expected to be a floating-point number.

AGSArcadeExpressionReturnTypeString 

The return type is expected to be a string.

AGSArcadeExpressionReturnTypeDictionary 

The return type is expected to be a dictionary of key/value pairs.

Since
100.12
AGSArcadeExpressionReturnTypeAny 

The return type is expected to be any of the other AGSArcadeExpressionReturnType types.

Since
100.13
AGSArcadeExpressionReturnTypeBoolean 

The return type is expected to be a Boolean value of YES or NO.

Since
100.13