ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
enum | AGSArcadeExpressionReturnType { AGSArcadeExpressionReturnTypeAutomatic = 0 , AGSArcadeExpressionReturnTypeNumber = 1 , AGSArcadeExpressionReturnTypeString = 2 , AGSArcadeExpressionReturnTypeDictionary = 3 , AGSArcadeExpressionReturnTypeAny = 4 , AGSArcadeExpressionReturnTypeBoolean = 5 } |
The expected type of the result calculated by an expression described within an AGSArcadeExpression
object.