ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeScriptEngine Class
Members

In This Topic
    ArcadeScriptEngine Class
    In This Topic
    Use the ArcadeScriptEngine to create an ArcadeEvaluator to execute an Arcade script.
    Object Model
    ArcadeScriptEngine ClassArcadeEvaluator ClassIArcadeScriptEngine Interface
    Syntax
    public sealed class ArcadeScriptEngine : IArcadeScriptEngine  
    Public NotInheritable Class ArcadeScriptEngine 
       Implements IArcadeScriptEngine 
    Remarks
    The current arcade version in use by the engine as well as the minimum required version for a given expression + profile can also be determined.
    Consult for the complete Arcade reference
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Arcade.ArcadeScriptEngine

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also