ArcGIS Pro 3.2 API Reference Guide
Inheritance Hierarchy
In This Topic
    ArcGIS.Core.Arcade Namespace
    In This Topic

    This namespace contains types used in Arcade expression evaluation.

    Classes
     ClassDescription
    Class Represents the result of an Arcade evaluation.
    Class Represents an instance of an Arcade script engine.
    Class Exception thrown when there has been an underlying exception from the evaluator
    ClassUse the ArcadeScriptEngine to create an ArcadeEvaluator to execute an Arcade script.
    Class Exception thrown when the expression evaluation has failed
    Class Exception thrown when a profile variable is invalid
    Class Exception thrown when there is an invalid result type
    Class Exception thrown when there has been a parsing error
    Interfaces
     InterfaceDescription
    InterfaceThis interface allows you to create an ArcadeEvaluator for interactive execution of an arcade script.
    Enumerations
     EnumerationDescription
    Enumeration The currently supported set of Arcade profiles that can be used.
    See Also