Show / Hide Table of Contents

Property Profile

Profile

Gets the ArcadeProfile which invoked the Arcade console function.

Declaration
public ArcadeProfile Profile { get; }
Property Value
Type Description
ArcadeProfile

The ArcadeProfile which invoked the Arcade console function.

Remarks

Arcade console messages may be sent from different execution contexts, for example:

  • AttributeRuleConstraint indicates evaluation of an Attribute Rule Constraint. See documentation for Attribute Rule Constraint.
  • AttributeRuleCalculation indicates evaluation of an Attribute Rule Calculation. See documentation for Attribute Rule Calculation.
  • Labeling indicates evaluation of a Expression or AngleExpression.
  • Popup indicates evaluation of an expression used to populate popup fields.
  • Restricted indicates no optional functionality is allowed and is the preferred default for an ArcadeEvaluator.
  • Unrestricted indicates optional functionalities are allowed and is the legacy default.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In This Article
Back to top Copyright © 2022 Esri.