Show / Hide Table of Contents

Property Information

Information

Gets a dictionary of optional context information where Arcade console function is invoked.

Declaration
public IReadOnlyDictionary<string, string> Information { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>

A dictionary of optional context information where Arcade console function is invoked.

Remarks

If this is an AttributeRuleConstraint or AttributeRuleCalculation, expect Information to include the following keys:

  • "ruleName" - The name of the attribute rule which invoked the Arcade console function.
  • "tableName" - The name of the ArcGISFeatureTable evaluating the attribute rule.

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.