ArcadeProfile

sealed class ArcadeProfile

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 that the return type is the expected type. The ArcadeEvaluationResult.castTo(ArcadeExpressionReturnType) method converts the type of the evaluation result using Arcade casting rules.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Alias profile. Alias profile functionality restrictions apply, only Alias profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Attribute Rule Calculation profile. Attribute Rule Calculation profile functionality restrictions apply, only Attribute Rule Calculation profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Attribute Rule Constraint profile. Attribute Rule Constraint profile functionality restrictions apply, only Attribute Rule Constraint profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Attribute Rule Validation profile. Attribute Rule profile functionality restrictions apply, only Attribute Rule profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Form Constraint profile. Form Constraint profile functionality restrictions apply, only Form Constraint profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Dashboard Data profile. Dashboard Data profile functionality restrictions apply, only Dashboard Data profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Dashboard Formatting profile. Dashboard Formatting profile functionality restrictions apply, only Dashboard Formatting profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Dictionary Renderer profile. Dictionary Renderer profile functionality restrictions apply, only Dictionary Renderer profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Feature Z profile. Feature Z profile functionality restrictions apply, only Feature Z profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Field Calculation profile. Field Calculation profile functionality restrictions apply, only Field Calculation profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Field Mapping profile. Field Mapping profile functionality restrictions apply, only Field Mapping profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Form Calculation profile. Form Calculation profile functionality restrictions apply, only Form Calculation profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Geoanalytics profile. Geoanalytics profile functionality restrictions apply, only Geoanalytics profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Geotrigger Notification profile. Geotrigger Notification profile functionality restrictions apply, only Geotrigger Notification profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Labeling profile. Labeling profile functionality restrictions apply, only Labeling profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Layout profile. Layout profile functionality restrictions apply, only Layout profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Location Update Constraint profile. Location Update Constraint profile functionality restrictions apply, only Location Update Constraint profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Measure Visualization profile. Measure Visualization profile functionality restrictions apply, only Measure Visualization profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Popup profile. Popup functionality profile restrictions apply, only Popup profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Popup Element profile. Popup Element profile functionality restrictions apply, only Popup Element profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Quick Capture profile. Quick Capture functionality restrictions apply, only Quick Capture variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Usage of any optional feature is blocked. Prefer this as your default.

Link copied to clipboard

Task profile. Task profile functionality restrictions apply, only Task profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

All optional functionality is allowed. The default profile due to compatibility reasons, prefer ArcadeProfile.restricted as default.

Link copied to clipboard

Velocity profile. Velocity profile functionality restrictions apply, only Velocity profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.

Link copied to clipboard

Visualization profile. Visualization profile functionality restrictions apply, only Visualization profile variables should be made available. See https://developers.arcgis.com/arcade/profiles/.