ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Arcade Namespace / IArcadeScriptEngine Interface
Methods

In This Topic
    IArcadeScriptEngine Interface Members
    In This Topic

    The following tables list the members exposed by IArcadeScriptEngine.

    Public Methods
     NameDescription
     Method Creates an instance of an Arcade script evaluator. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the minimum required version of Arcade needed for the given expression. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the current version of Arcade in use by this engine. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also