The expected type of the result calculated by an expression described within an ArcadeExpression.
This enum was introduced in Esri::ArcGISRuntime 100.11.
The execution context a script will run under.
The Arcade profile specifies the context under which a script should be executed. This allows the script writer to program against a set of known profile variables and functionality restrictions that are appropriate for their use case. This includes the set of expected return types.
It is erroneous to try to use restricted functionality, for instance, the use of FeatureSets while working in the labeling profile. Often the restrictions are applied due to performance considerations.
This API does not check that the required profile variables are present for evaluation within a certain profile, nor does it check the return type is the expected type. The ArcadeEvaluationResult::castTo(Esri::ArcGISRuntime::ArcadeExpressionReturnType) method converts the type of the evaluation result using Arcade casting rules.
Constant Value DescriptionArcadeProfile::Restricted
0
Usage of any optional feature is blocked. Prefer this as your default. ArcadeProfile::Unrestricted
1
All optional functionality is allowed. The default profile due to compatibility reasons, prefer ArcadeProfile.restricted as default. ArcadeProfile::Alias
2
Alias profile. Alias profile functionality restrictions apply, only Alias profile variables should be made available. See Arcade profile documentation. ArcadeProfile::AttributeRuleCalculation
3
Attribute Rule Calculation profile. Attribute Rule Calculation profile functionality restrictions apply, only Attribute Rule Calculation profile variables should be made available. See Arcade profile documentation. ArcadeProfile::AttributeRuleConstraint
4
Attribute Rule Constraint profile. Attribute Rule Constraint profile functionality restrictions apply, only Attribute Rule Constraint profile variables should be made available. See Arcade profile documentation. ArcadeProfile::AttributeRuleValidation
5
Attribute Rule Validation profile. Attribute Rule profile functionality restrictions apply, only Attribute Rule profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Constraint
6
Constraint profile. Constraint profile functionality restrictions apply, only Constraint profile variables should be made available. See Arcade profile documentation. ArcadeProfile::DashboardFormatting
7
Dashboard Formatting profile. Dashboard Formatting profile functionality restrictions apply, only Dashboard Formatting profile variables should be made available. See Arcade profile documentation. ArcadeProfile::DashboardData
8
Dashboard Data profile. Dashboard Data profile functionality restrictions apply, only Dashboard Data profile variables should be made available. See Arcade profile documentation. ArcadeProfile::DictionaryRenderer
9
Dictionary Renderer profile. Dictionary Renderer profile functionality restrictions apply, only Dictionary Renderer profile variables should be made available. See Arcade profile documentation. ArcadeProfile::FeatureZ
10
Feature Z profile. Feature Z profile functionality restrictions apply, only Feature Z profile variables should be made available. See Arcade profile documentation. ArcadeProfile::FieldCalculation
11
Field Calculation profile. Field Calculation profile functionality restrictions apply, only Field Calculation profile variables should be made available. See Arcade profile documentation. ArcadeProfile::FieldMapping
12
Field Mapping profile. Field Mapping profile functionality restrictions apply, only Field Mapping profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Geoanalytics
13
Geoanalytics profile. Geoanalytics profile functionality restrictions apply, only Geoanalytics profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Labeling
14
Labeling profile. Labeling profile functionality restrictions apply, only Labeling profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Layout
15
Layout profile. Layout profile functionality restrictions apply, only Layout profile variables should be made available. See Arcade profile documentation. ArcadeProfile::MeasureVisualization
16
Measure Visualization profile. Measure Visualization profile functionality restrictions apply, only Measure Visualization profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Popup
17
Popup profile. Popup functionality profile restrictions apply, only Popup profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Velocity
18
Velocity profile. Velocity profile functionality restrictions apply, only Velocity profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Visualization
19
Visualization profile. Visualization profile functionality restrictions apply, only Visualization profile variables should be made available. See Arcade profile documentation. ArcadeProfile::GeotriggerNotification
20
Geotrigger Notification profile. Geotrigger Notification profile functionality restrictions apply, only Geotrigger Notification profile variables should be made available. See Arcade profile documentation. ArcadeProfile::FormCalculation
21
Form Calculation profile. Form Calculation profile functionality restrictions apply, only Form Calculation profile variables should be made available. See Arcade profile documentation. ArcadeProfile::Task
22
Task profile. Task profile functionality restrictions apply, only Task profile variables should be made available. See Arcade profile documentation. ArcadeProfile::PopupElement
23
Popup Element profile. Popup Element profile functionality restrictions apply, only Popup Element profile variables should be made available. See Arcade profile documentation. ArcadeProfile::LocationUpdateConstraint
24
Location Update Constraint profile. Location Update Constraint profile functionality restrictions apply, only Location Update Constraint profile variables should be made available. See Arcade profile documentation. ArcadeProfile::QuickCapture
25
Quick Capture profile. Quick Capture functionality restrictions apply, only Quick Capture variables should be made available. See Arcade profile documentation. ArcadeProfile::ModelBuilder
26
Model Builder profile. Model Builder functionality restrictions apply, only Model Builder profile variables should be made available. See Arcade profile documentation.
This enum was introduced in Esri::ArcGISRuntime 100.14.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4